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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
TagResourceRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.