Interface DescribeTagsRequest.Builder
-
- All Superinterfaces:
AutoScalingRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>,SdkBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTagsRequest
public static interface DescribeTagsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTagsRequest.Builderfilters(Collection<Filter> filters)One or more filters to scope the tags to return.DescribeTagsRequest.Builderfilters(Consumer<Filter.Builder>... filters)One or more filters to scope the tags to return.DescribeTagsRequest.Builderfilters(Filter... filters)One or more filters to scope the tags to return.DescribeTagsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of items to return with this call.DescribeTagsRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
filters
DescribeTagsRequest.Builder filters(Collection<Filter> filters)
One or more filters to scope the tags to return. The maximum number of filters per filter type (for example,
auto-scaling-group) is 1000.- Parameters:
filters- One or more filters to scope the tags to return. The maximum number of filters per filter type (for example,auto-scaling-group) is 1000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeTagsRequest.Builder filters(Filter... filters)
One or more filters to scope the tags to return. The maximum number of filters per filter type (for example,
auto-scaling-group) is 1000.- Parameters:
filters- One or more filters to scope the tags to return. The maximum number of filters per filter type (for example,auto-scaling-group) is 1000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeTagsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters to scope the tags to return. The maximum number of filters per filter type (for example,
This is a convenience method that creates an instance of theauto-scaling-group) is 1000.Filter.Builderavoiding the need to create one manually viaFilter.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 onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
DescribeTagsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeTagsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is
50and the maximum value is100.- Parameters:
maxRecords- The maximum number of items to return with this call. The default value is50and the maximum value is100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-