@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SseConfig extends Object implements Serializable, Cloneable, StructuredPojo
Server-side encryption (SSE) settings for a store.
| Constructor and Description |
|---|
SseConfig() |
| Modifier and Type | Method and Description |
|---|---|
SseConfig |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
An encryption key ARN.
|
String |
getType()
The encryption type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKeyArn(String keyArn)
An encryption key ARN.
|
void |
setType(String type)
The encryption type.
|
String |
toString()
Returns a string representation of this object.
|
SseConfig |
withKeyArn(String keyArn)
An encryption key ARN.
|
SseConfig |
withType(EncryptionType type)
The encryption type.
|
SseConfig |
withType(String type)
The encryption type.
|
public void setType(String type)
The encryption type.
type - The encryption type.EncryptionTypepublic String getType()
The encryption type.
EncryptionTypepublic SseConfig withType(String type)
The encryption type.
type - The encryption type.EncryptionTypepublic SseConfig withType(EncryptionType type)
The encryption type.
type - The encryption type.EncryptionTypepublic void setKeyArn(String keyArn)
An encryption key ARN.
keyArn - An encryption key ARN.public String getKeyArn()
An encryption key ARN.
public SseConfig withKeyArn(String keyArn)
An encryption key ARN.
keyArn - An encryption key ARN.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.