@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() |
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, copyBaseTo, 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 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 Object
Object.toString()
public StartDeliveryStreamEncryptionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.