Interface ListTaskDefinitionFamiliesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTaskDefinitionFamiliesRequest.Builder,ListTaskDefinitionFamiliesRequest>,EcsRequest.Builder,SdkBuilder<ListTaskDefinitionFamiliesRequest.Builder,ListTaskDefinitionFamiliesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTaskDefinitionFamiliesRequest
public static interface ListTaskDefinitionFamiliesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<ListTaskDefinitionFamiliesRequest.Builder,ListTaskDefinitionFamiliesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTaskDefinitionFamiliesRequest.BuilderfamilyPrefix(String familyPrefix)ThefamilyPrefixis a string that's used to filter the results ofListTaskDefinitionFamilies.ListTaskDefinitionFamiliesRequest.BuildermaxResults(Integer maxResults)The maximum number of task definition family results thatListTaskDefinitionFamiliesreturned in paginated output.ListTaskDefinitionFamiliesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from aListTaskDefinitionFamiliesrequest indicating that more results are available to fulfill the request and further calls will be needed.ListTaskDefinitionFamiliesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTaskDefinitionFamiliesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTaskDefinitionFamiliesRequest.Builderstatus(String status)The task definition family status to filter theListTaskDefinitionFamiliesresults with.ListTaskDefinitionFamiliesRequest.Builderstatus(TaskDefinitionFamilyStatus status)The task definition family status to filter theListTaskDefinitionFamiliesresults with.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
familyPrefix
ListTaskDefinitionFamiliesRequest.Builder familyPrefix(String familyPrefix)
The
familyPrefixis a string that's used to filter the results ofListTaskDefinitionFamilies. If you specify afamilyPrefix, only task definition family names that begin with thefamilyPrefixstring are returned.- Parameters:
familyPrefix- ThefamilyPrefixis a string that's used to filter the results ofListTaskDefinitionFamilies. If you specify afamilyPrefix, only task definition family names that begin with thefamilyPrefixstring are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListTaskDefinitionFamiliesRequest.Builder status(String status)
The task definition family status to filter the
ListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request.- Parameters:
status- The task definition family status to filter theListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskDefinitionFamilyStatus,TaskDefinitionFamilyStatus
-
status
ListTaskDefinitionFamiliesRequest.Builder status(TaskDefinitionFamilyStatus status)
The task definition family status to filter the
ListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request.- Parameters:
status- The task definition family status to filter theListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskDefinitionFamilyStatus,TaskDefinitionFamilyStatus
-
nextToken
ListTaskDefinitionFamiliesRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from aListTaskDefinitionFamiliesrequest indicating that more results are available to fulfill the request and further calls will be needed. IfmaxResultswas provided, it is possible the number of results to be fewer thanmaxResults.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue returned from aListTaskDefinitionFamiliesrequest indicating that more results are available to fulfill the request and further calls will be needed. IfmaxResultswas provided, it is possible the number of results to be fewer thanmaxResults.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTaskDefinitionFamiliesRequest.Builder maxResults(Integer maxResults)
The maximum number of task definition family results that
ListTaskDefinitionFamiliesreturned in paginated output. When this parameter is used,ListTaskDefinitionsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListTaskDefinitionFamiliesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListTaskDefinitionFamiliesreturns up to 100 results and anextTokenvalue if applicable.- Parameters:
maxResults- The maximum number of task definition family results thatListTaskDefinitionFamiliesreturned in paginated output. When this parameter is used,ListTaskDefinitionsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListTaskDefinitionFamiliesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListTaskDefinitionFamiliesreturns up to 100 results and anextTokenvalue if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTaskDefinitionFamiliesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTaskDefinitionFamiliesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-