@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupVaultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBackupVaultRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBackupVaultRequest |
addBackupVaultTagsEntry(String key,
String value) |
CreateBackupVaultRequest |
clearBackupVaultTagsEntries()
Removes all the entries added into BackupVaultTags.
|
CreateBackupVaultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
Map<String,String> |
getBackupVaultTags()
Metadata that you can assign to help organize the resources that you create.
|
String |
getCreatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
String |
getEncryptionKeyArn()
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab . |
int |
hashCode() |
void |
setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
void |
setBackupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
void |
setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
void |
setEncryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab . |
String |
toString()
Returns a string representation of this object.
|
CreateBackupVaultRequest |
withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
CreateBackupVaultRequest |
withBackupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
CreateBackupVaultRequest |
withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
CreateBackupVaultRequest |
withEncryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the AWS Region where they are created. They consist of
lowercase letters, numbers, and hyphens.public String getBackupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public CreateBackupVaultRequest withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the AWS Region where they are created. They consist of
lowercase letters, numbers, and hyphens.public Map<String,String> getBackupVaultTags()
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
public void setBackupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
backupVaultTags
- Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.public CreateBackupVaultRequest withBackupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
backupVaultTags
- Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.public CreateBackupVaultRequest addBackupVaultTagsEntry(String key, String value)
public CreateBackupVaultRequest clearBackupVaultTagsEntries()
public void setEncryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
encryptionKeyArn
- The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.public String getEncryptionKeyArn()
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.public CreateBackupVaultRequest withEncryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
encryptionKeyArn
- The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.public void setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
creatorRequestId
- A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.public String getCreatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
public CreateBackupVaultRequest withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
creatorRequestId
- A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.public String toString()
toString
in class Object
Object.toString()
public CreateBackupVaultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.