public static interface AddTagsToResourceRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsToResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddTagsToResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddTagsToResourceRequest.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to add tags to.
|
AddTagsToResourceRequest.Builder |
tags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the resource.
|
AddTagsToResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The key-value pair that represents the tag you want to add to the resource.
|
AddTagsToResourceRequest.Builder |
tags(Tag... tags)
The key-value pair that represents the tag you want to add to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsToResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to add tags to.
resourceARN - The Amazon Resource Name (ARN) of the resource you want to add tags to.AddTagsToResourceRequest.Builder tags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
tags - The key-value pair that represents the tag you want to add to the resource. The value can be an empty
string. Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
AddTagsToResourceRequest.Builder tags(Tag... tags)
The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
tags - The key-value pair that represents the tag you want to add to the resource. The value can be an empty
string. Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
AddTagsToResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) AddTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.