public static interface ListTagsForResourceRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
The token that was returned from the previous API call, which would be used to return the next page of the
list.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to get tags for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to get tags for.
resourceArn - The Amazon Resource Name (ARN) of the resource to get tags for.ListTagsForResourceRequest.Builder nextToken(String nextToken)
The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.
nextToken - The token that was returned from the previous API call, which would be used to return the next page of
the list. The ListTagsforResource call lists all available tags in one call and does not use
pagination.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.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.