Class KMSEncryptionConfig
java.lang.Object
com.amazonaws.services.kinesisfirehose.model.KMSEncryptionConfig
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an encryption key for a destination in Amazon S3.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the encryption key.int
hashCode()
void
setAWSKMSKeyARN
(String aWSKMSKeyARN) The ARN of the encryption key.toString()
Returns a string representation of this object; useful for testing and debugging.withAWSKMSKeyARN
(String aWSKMSKeyARN) The ARN of the encryption key.
-
Constructor Details
-
KMSEncryptionConfig
public KMSEncryptionConfig()
-
-
Method Details
-
setAWSKMSKeyARN
The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
- Parameters:
aWSKMSKeyARN
- The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
-
getAWSKMSKeyARN
The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
- Returns:
- The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
-
withAWSKMSKeyARN
The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
- Parameters:
aWSKMSKeyARN
- The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-