Interface ListContainerInstancesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListContainerInstancesResponse.Builder,ListContainerInstancesResponse>,EcsResponse.Builder,SdkBuilder<ListContainerInstancesResponse.Builder,ListContainerInstancesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListContainerInstancesResponse
public static interface ListContainerInstancesResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListContainerInstancesResponse.Builder,ListContainerInstancesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContainerInstancesResponse.BuildercontainerInstanceArns(String... containerInstanceArns)The list of container instances with full ARN entries for each container instance associated with the specified cluster.ListContainerInstancesResponse.BuildercontainerInstanceArns(Collection<String> containerInstanceArns)The list of container instances with full ARN entries for each container instance associated with the specified cluster.ListContainerInstancesResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListContainerInstancesrequest.-
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
-
containerInstanceArns
ListContainerInstancesResponse.Builder containerInstanceArns(Collection<String> containerInstanceArns)
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
- Parameters:
containerInstanceArns- The list of container instances with full ARN entries for each container instance associated with the specified cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerInstanceArns
ListContainerInstancesResponse.Builder containerInstanceArns(String... containerInstanceArns)
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
- Parameters:
containerInstanceArns- The list of container instances with full ARN entries for each container instance associated with the specified cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListContainerInstancesResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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 futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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.
-
-