public static interface ListTagsForResourceRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceARN(String resourceARN)
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
resourceARN - The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.ListTagsForResourceRequest.Builder nextToken(String nextToken)
A pagination token. If multiple pages of results are returned, use the NextToken value returned
with the current page of results as the value of this parameter to get the next page of results.
nextToken - A pagination token. If multiple pages of results are returned, use the NextToken value
returned with the current page of results as the value of this parameter to get the next page of
results.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.