@Generated(value="software.amazon.awssdk:codegen") public final class PutEncryptionConfigRequest extends XRayRequest implements ToCopyableBuilder<PutEncryptionConfigRequest.Builder,PutEncryptionConfigRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
PutEncryptionConfigRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static PutEncryptionConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
keyId()
An AWS KMS customer master key (CMK) in one of the following formats:
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutEncryptionConfigRequest.Builder> |
serializableBuilderClass() |
PutEncryptionConfigRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
EncryptionType |
type()
The type of encryption.
|
String |
typeAsString()
The type of encryption.
|
overrideConfiguration
copy
public String keyId()
An AWS KMS customer master key (CMK) 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
.
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
.
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 EncryptionType type()
The type of encryption. Set to KMS
to use your own key for encryption. Set to NONE
for
default encryption.
If the service returns an enum value that is not available in the current SDK version, type
will return
EncryptionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
KMS
to use your own key for encryption. Set to
NONE
for default encryption.EncryptionType
public String typeAsString()
The type of encryption. Set to KMS
to use your own key for encryption. Set to NONE
for
default encryption.
If the service returns an enum value that is not available in the current SDK version, type
will return
EncryptionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
KMS
to use your own key for encryption. Set to
NONE
for default encryption.EncryptionType
public PutEncryptionConfigRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutEncryptionConfigRequest.Builder,PutEncryptionConfigRequest>
toBuilder
in class XRayRequest
public static PutEncryptionConfigRequest.Builder builder()
public static Class<? extends PutEncryptionConfigRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.