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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServicesResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListServicesrequest.ListServicesResponse.BuilderserviceArns(String... serviceArns)The list of full ARN entries for each service that's associated with the specified cluster.ListServicesResponse.BuilderserviceArns(Collection<String> serviceArns)The list of full ARN entries for each service that's associated with the specified cluster.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
nextTokenvalue to include in a futureListServicesrequest. When the results of aListServicesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListServicesrequest. When the results of aListServicesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-