Interface ListServicesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>, EcsResponse.Builder, SdkBuilder<ListServicesResponse.Builder,ListServicesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListServicesResponse

public static interface ListServicesResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
  • Method Details

    • serviceArns

      ListServicesResponse.Builder serviceArns(Collection<String> serviceArns)

      The list of full ARN entries for each service that's associated with the specified cluster.

      Parameters:
      serviceArns - The list of full ARN entries for each service that's associated with the specified cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceArns

      ListServicesResponse.Builder serviceArns(String... serviceArns)

      The list of full ARN entries for each service that's associated with the specified cluster.

      Parameters:
      serviceArns - The list of full ARN entries for each service that's associated with the specified cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListServicesResponse.Builder nextToken(String nextToken)

      The nextToken value to include in a future ListServices request. When the results of a ListServices request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The nextToken value to include in a future ListServices request. When the results of a ListServices request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.