public static interface AddTagsToVaultRequest.Builder extends GlacierRequest.Builder, SdkPojo, CopyableBuilder<AddTagsToVaultRequest.Builder,AddTagsToVaultRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsToVaultRequest.Builder |
accountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
AddTagsToVaultRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddTagsToVaultRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddTagsToVaultRequest.Builder |
tags(Map<String,String> tags)
The tags to add to the vault.
|
AddTagsToVaultRequest.Builder |
vaultName(String vaultName)
The name of the vault.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsToVaultRequest.Builder accountId(String accountId)
The AccountId value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3 Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID,
do not include any hyphens ('-') in the ID.
accountId - The AccountId value is the AWS account ID of the account that owns the vault. You can
either specify an AWS account ID or optionally a single '-' (hyphen), in which case
Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If
you use an account ID, do not include any hyphens ('-') in the ID.AddTagsToVaultRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName - The name of the vault.AddTagsToVaultRequest.Builder tags(Map<String,String> tags)
The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.
tags - The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty
string.AddTagsToVaultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsToVaultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.