@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeliveryStreamEncryptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartDeliveryStreamEncryptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartDeliveryStreamEncryptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DeliveryStreamEncryptionConfigurationInput |
getDeliveryStreamEncryptionConfigurationInput()
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
|
String |
getDeliveryStreamName()
The name of the delivery stream for which you want to enable server-side encryption (SSE).
|
int |
hashCode() |
void |
setDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
|
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream for which you want to enable server-side encryption (SSE).
|
String |
toString()
Returns a string representation of this object.
|
StartDeliveryStreamEncryptionRequest |
withDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
|
StartDeliveryStreamEncryptionRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream for which you want to enable server-side encryption (SSE).
|
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, withSdkRequestTimeoutpublic StartDeliveryStreamEncryptionRequest()
public void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream for which you want to enable server-side encryption (SSE).
deliveryStreamName - The name of the delivery stream for which you want to enable server-side encryption (SSE).public String getDeliveryStreamName()
The name of the delivery stream for which you want to enable server-side encryption (SSE).
public StartDeliveryStreamEncryptionRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream for which you want to enable server-side encryption (SSE).
deliveryStreamName - The name of the delivery stream for which you want to enable server-side encryption (SSE).public void setDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
deliveryStreamEncryptionConfigurationInput - Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption
(SSE).public DeliveryStreamEncryptionConfigurationInput getDeliveryStreamEncryptionConfigurationInput()
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
public StartDeliveryStreamEncryptionRequest withDeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
deliveryStreamEncryptionConfigurationInput - Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption
(SSE).public String toString()
toString in class ObjectObject.toString()public StartDeliveryStreamEncryptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()