public static interface DescribeTagsRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest.Builder |
filters(Collection<Filter> filters)
One or more filters.
|
DescribeTagsRequest.Builder |
filters(Filter... filters)
One or more filters.
|
DescribeTagsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeTagsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next page of results.
|
DescribeTagsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigDescribeTagsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type (customer-gateway | dhcp-options |
image | instance | internet-gateway | network-acl |
network-interface | reserved-instances | route-table |
security-group | snapshot | spot-instances-request |
subnet | volume | vpc | vpn-connection |
vpn-gateway).
value - The tag value.
filters - One or more filters.
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type (customer-gateway |
dhcp-options | image | instance | internet-gateway
| network-acl | network-interface | reserved-instances |
route-table | security-group | snapshot |
spot-instances-request | subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
DescribeTagsRequest.Builder filters(Filter... filters)
One or more filters.
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type (customer-gateway | dhcp-options |
image | instance | internet-gateway | network-acl |
network-interface | reserved-instances | route-table |
security-group | snapshot | spot-instances-request |
subnet | volume | vpc | vpn-connection |
vpn-gateway).
value - The tag value.
filters - One or more filters.
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type (customer-gateway |
dhcp-options | image | instance | internet-gateway
| network-acl | network-interface | reserved-instances |
route-table | security-group | snapshot |
spot-instances-request | subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
DescribeTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve
the remaining results, make another call with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. This value can be between 5 and 1000. To
retrieve the remaining results, make another call with the returned NextToken value.DescribeTagsRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken - The token to retrieve the next page of results.DescribeTagsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.