public static interface TagResourceRequest.Builder extends CloudHSMV2Request.Builder, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
TagResourceRequest.Builder |
resourceId(String resourceId)
The cluster identifier (ID) for the cluster that you are tagging.
|
TagResourceRequest.Builder |
tagList(Collection<Tag> tagList)
A list of one or more tags.
|
TagResourceRequest.Builder |
tagList(Tag... tagList)
A list of one or more tags.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildTagResourceRequest.Builder resourceId(String resourceId)
The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use DescribeClusters.
resourceId - The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use
DescribeClusters.TagResourceRequest.Builder tagList(Collection<Tag> tagList)
A list of one or more tags.
tagList - A list of one or more tags.TagResourceRequest.Builder tagList(Tag... tagList)
A list of one or more tags.
tagList - A list of one or more tags.TagResourceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.