Interface ListTaskDefinitionsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListTaskDefinitionsResponse.Builder,,ListTaskDefinitionsResponse> EcsResponse.Builder,SdkBuilder<ListTaskDefinitionsResponse.Builder,,ListTaskDefinitionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListTaskDefinitionsResponse
public static interface ListTaskDefinitionsResponse.Builder
extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListTaskDefinitionsResponse.Builder,ListTaskDefinitionsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThenextTokenvalue to include in a futureListTaskDefinitionsrequest.taskDefinitionArns(String... taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.taskDefinitionArns(Collection<String> taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
taskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitionsrequest.- Parameters:
 taskDefinitionArns- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitionsrequest.- Parameters:
 taskDefinitionArns- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
The
nextTokenvalue to include in a futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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 futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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.
 
 
 -