public static interface DescribeTagsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest.Builder |
filters(Collection<Filter> filters)
One or more filters to scope the tags to return.
|
DescribeTagsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
One or more filters to scope the tags to return.
|
DescribeTagsRequest.Builder |
filters(Filter... filters)
One or more filters to scope the tags to return.
|
DescribeTagsRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeTagsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsRequest.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.
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.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.
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.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,
auto-scaling-group) is 1000.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeTagsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeTagsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum
value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the
maximum value is 100.DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.