Interface ListTagSyncTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagSyncTasksRequest.Builder,ListTagSyncTasksRequest>,ResourceGroupsRequest.Builder,SdkBuilder<ListTagSyncTasksRequest.Builder,ListTagSyncTasksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagSyncTasksRequest
public static interface ListTagSyncTasksRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<ListTagSyncTasksRequest.Builder,ListTagSyncTasksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagSyncTasksRequest.Builderfilters(Collection<ListTagSyncTasksFilter> filters)The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.ListTagSyncTasksRequest.Builderfilters(Consumer<ListTagSyncTasksFilter.Builder>... filters)The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.ListTagSyncTasksRequest.Builderfilters(ListTagSyncTasksFilter... filters)The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.ListTagSyncTasksRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be included in the response.ListTagSyncTasksRequest.BuildernextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListTagSyncTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagSyncTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.resourcegroups.model.ResourceGroupsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filters
ListTagSyncTasksRequest.Builder filters(Collection<ListTagSyncTasksFilter> filters)
The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.
- Parameters:
filters- The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListTagSyncTasksRequest.Builder filters(ListTagSyncTasksFilter... filters)
The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.
- Parameters:
filters- The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListTagSyncTasksRequest.Builder filters(Consumer<ListTagSyncTasksFilter.Builder>... filters)
The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.
This is a convenience method that creates an instance of theListTagSyncTasksFilter.Builderavoiding the need to create one manually viaListTagSyncTasksFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onListTagSyncTasksFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxResults
ListTagSyncTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the response.
- Parameters:
maxResults- The maximum number of results to be included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagSyncTasksRequest.Builder nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value provided by a previous call'sNextTokenresponse to indicate where the output should continue from.- Parameters:
nextToken- The parameter for receiving additional results if you receive aNextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value provided by a previous call'sNextTokenresponse to indicate where the output should continue from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagSyncTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagSyncTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-