Interface ListServicesRequest.Builder

  • Method Details

    • systemArn

      ListServicesRequest.Builder systemArn(String systemArn)
      Sets the value of the SystemArn property for this object.
      Parameters:
      systemArn - The new value for the SystemArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userJourneyId

      ListServicesRequest.Builder userJourneyId(String userJourneyId)

      Filter services by user journey identifier.

      Parameters:
      userJourneyId - Filter services by user journey identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ouId

      Filter services by organizational unit (OU) identifier.

      Parameters:
      ouId - Filter services by organizational unit (OU) identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      ListServicesRequest.Builder accountId(String accountId)

      Filter services by AWS account ID.

      Parameters:
      accountId - Filter services by AWS account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessmentStatus

      ListServicesRequest.Builder assessmentStatus(String assessmentStatus)

      Filter services by assessment status.

      Parameters:
      assessmentStatus - Filter services by assessment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • assessmentStatus

      ListServicesRequest.Builder assessmentStatus(AssessmentStatus assessmentStatus)

      Filter services by assessment status.

      Parameters:
      assessmentStatus - Filter services by assessment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policyArn

      ListServicesRequest.Builder policyArn(String policyArn)
      Sets the value of the PolicyArn property for this object.
      Parameters:
      policyArn - The new value for the PolicyArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListServicesRequest.Builder maxResults(Integer maxResults)
      Sets the value of the MaxResults property for this object.
      Parameters:
      maxResults - The new value for the MaxResults property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListServicesRequest.Builder nextToken(String nextToken)
      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.