@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SSEDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the server-side encryption status on the specified table.
Constructor and Description |
---|
SSEDescription() |
Modifier and Type | Method and Description |
---|---|
SSEDescription |
clone() |
boolean |
equals(Object obj) |
String |
getKMSMasterKeyArn()
The KMS customer master key (CMK) ARN used for the KMS encryption.
|
String |
getSSEType()
Server-side encryption type.
|
String |
getStatus()
Represents the current state of server-side encryption.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKMSMasterKeyArn(String kMSMasterKeyArn)
The KMS customer master key (CMK) ARN used for the KMS encryption.
|
void |
setSSEType(String sSEType)
Server-side encryption type.
|
void |
setStatus(String status)
Represents the current state of server-side encryption.
|
String |
toString()
Returns a string representation of this object.
|
SSEDescription |
withKMSMasterKeyArn(String kMSMasterKeyArn)
The KMS customer master key (CMK) ARN used for the KMS encryption.
|
SSEDescription |
withSSEType(SSEType sSEType)
Server-side encryption type.
|
SSEDescription |
withSSEType(String sSEType)
Server-side encryption type.
|
SSEDescription |
withStatus(SSEStatus status)
Represents the current state of server-side encryption.
|
SSEDescription |
withStatus(String status)
Represents the current state of server-side encryption.
|
public void setStatus(String status)
Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
status
- Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
SSEStatus
public String getStatus()
Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
SSEStatus
public SSEDescription withStatus(String status)
Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
status
- Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
SSEStatus
public SSEDescription withStatus(SSEStatus status)
Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
status
- Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.
UPDATING
- Server-side encryption is being updated.
SSEStatus
public void setSSEType(String sSEType)
Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your account
and is managed by AWS KMS (KMS charges apply).
sSEType
- Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your
account and is managed by AWS KMS (KMS charges apply).
SSEType
public String getSSEType()
Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your account
and is managed by AWS KMS (KMS charges apply).
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your
account and is managed by AWS KMS (KMS charges apply).
SSEType
public SSEDescription withSSEType(String sSEType)
Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your account
and is managed by AWS KMS (KMS charges apply).
sSEType
- Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your
account and is managed by AWS KMS (KMS charges apply).
SSEType
public SSEDescription withSSEType(SSEType sSEType)
Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your account
and is managed by AWS KMS (KMS charges apply).
sSEType
- Server-side encryption type. The only supported value is:
KMS
- Server-side encryption which uses AWS Key Management Service. Key is stored in your
account and is managed by AWS KMS (KMS charges apply).
SSEType
public void setKMSMasterKeyArn(String kMSMasterKeyArn)
The KMS customer master key (CMK) ARN used for the KMS encryption.
kMSMasterKeyArn
- The KMS customer master key (CMK) ARN used for the KMS encryption.public String getKMSMasterKeyArn()
The KMS customer master key (CMK) ARN used for the KMS encryption.
public SSEDescription withKMSMasterKeyArn(String kMSMasterKeyArn)
The KMS customer master key (CMK) ARN used for the KMS encryption.
kMSMasterKeyArn
- The KMS customer master key (CMK) ARN used for the KMS encryption.public String toString()
toString
in class Object
Object.toString()
public SSEDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.