public static interface ListTagsForResourceRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous
ListTagsForResource call. |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of a CodeDeploy resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the
resource that is identified by the ResourceArn.
resourceArn - The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated
with the resource that is identified by the ResourceArn.ListTagsForResourceRequest.Builder nextToken(String nextToken)
An identifier returned from the previous ListTagsForResource call. It can be used to return the
next set of applications in the list.
nextToken - An identifier returned from the previous ListTagsForResource call. It can be used to
return the next set of applications in the list.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.