@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEncryptionConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutEncryptionConfigRequest() |
Modifier and Type | Method and Description |
---|---|
PutEncryptionConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyId()
An Amazon Web Services KMS key in one of the following formats:
|
String |
getType()
The type of encryption.
|
int |
hashCode() |
void |
setKeyId(String keyId)
An Amazon Web Services KMS key in one of the following formats:
|
void |
setType(String type)
The type of encryption.
|
String |
toString()
Returns a string representation of this object.
|
PutEncryptionConfigRequest |
withKeyId(String keyId)
An Amazon Web Services KMS key in one of the following formats:
|
PutEncryptionConfigRequest |
withType(EncryptionType type)
The type of encryption.
|
PutEncryptionConfigRequest |
withType(String type)
The type of encryption.
|
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 setKeyId(String keyId)
An Amazon Web Services KMS key in one of the following formats:
Alias - The name of the key. For example, alias/MyKey
.
Key ID - The KMS key ID of the key. For example, ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
.
Amazon Web Services X-Ray does not support asymmetric KMS keys.
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Use this format to
specify a key in a different account.
Omit this key if you set Type
to NONE
.
keyId
- An Amazon Web Services KMS key in one of the following formats:
Alias - The name of the key. For example, alias/MyKey
.
Key ID - The KMS key ID of the key. For example, ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Amazon Web Services X-Ray does not support asymmetric KMS keys.
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Use this format
to specify a key in a different account.
Omit this key if you set Type
to NONE
.
public String getKeyId()
An Amazon Web Services KMS key in one of the following formats:
Alias - The name of the key. For example, alias/MyKey
.
Key ID - The KMS key ID of the key. For example, ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
.
Amazon Web Services X-Ray does not support asymmetric KMS keys.
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Use this format to
specify a key in a different account.
Omit this key if you set Type
to NONE
.
Alias - The name of the key. For example, alias/MyKey
.
Key ID - The KMS key ID of the key. For example,
ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Amazon Web Services X-Ray does not support asymmetric
KMS keys.
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Use this
format to specify a key in a different account.
Omit this key if you set Type
to NONE
.
public PutEncryptionConfigRequest withKeyId(String keyId)
An Amazon Web Services KMS key in one of the following formats:
Alias - The name of the key. For example, alias/MyKey
.
Key ID - The KMS key ID of the key. For example, ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
.
Amazon Web Services X-Ray does not support asymmetric KMS keys.
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Use this format to
specify a key in a different account.
Omit this key if you set Type
to NONE
.
keyId
- An Amazon Web Services KMS key in one of the following formats:
Alias - The name of the key. For example, alias/MyKey
.
Key ID - The KMS key ID of the key. For example, ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Amazon Web Services X-Ray does not support asymmetric KMS keys.
ARN - The full Amazon Resource Name of the key ID or alias. For example,
arn:aws:kms:us-east-2:123456789012:key/ae4aa6d49-a4d8-9df9-a475-4ff6d7898456
. Use this format
to specify a key in a different account.
Omit this key if you set Type
to NONE
.
public void setType(String type)
The type of encryption. Set to KMS
to use your own key for encryption. Set to NONE
for
default encryption.
type
- The type of encryption. Set to KMS
to use your own key for encryption. Set to
NONE
for default encryption.EncryptionType
public String getType()
The type of encryption. Set to KMS
to use your own key for encryption. Set to NONE
for
default encryption.
KMS
to use your own key for encryption. Set to
NONE
for default encryption.EncryptionType
public PutEncryptionConfigRequest withType(String type)
The type of encryption. Set to KMS
to use your own key for encryption. Set to NONE
for
default encryption.
type
- The type of encryption. Set to KMS
to use your own key for encryption. Set to
NONE
for default encryption.EncryptionType
public PutEncryptionConfigRequest withType(EncryptionType type)
The type of encryption. Set to KMS
to use your own key for encryption. Set to NONE
for
default encryption.
type
- The type of encryption. Set to KMS
to use your own key for encryption. Set to
NONE
for default encryption.EncryptionType
public String toString()
toString
in class Object
Object.toString()
public PutEncryptionConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()