public static interface DescribeTagsRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest.Builder |
filters(Collection<TagFilter> filters)
You can filter the list using a key-value format.
|
DescribeTagsRequest.Builder |
filters(Consumer<TagFilter.Builder>... filters)
You can filter the list using a key-value format.
|
DescribeTagsRequest.Builder |
filters(TagFilter... filters)
You can filter the list using a key-value format.
|
DescribeTagsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return in a single page of output.
|
DescribeTagsRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
DescribeTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsRequest.Builder filters(Collection<TagFilter> filters)
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and
configurationId.
filters - You can filter the list using a key-value format. You can separate these items by using
logical operators. Allowed filters include tagKey, tagValue, and
configurationId.DescribeTagsRequest.Builder filters(TagFilter... filters)
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and
configurationId.
filters - You can filter the list using a key-value format. You can separate these items by using
logical operators. Allowed filters include tagKey, tagValue, and
configurationId.DescribeTagsRequest.Builder filters(Consumer<TagFilter.Builder>... filters)
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and
configurationId.
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 maxResults(Integer maxResults)
The total number of items to return in a single page of output. The maximum value is 100.
maxResults - The total number of items to return in a single page of output. The maximum value is 100.DescribeTagsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.