@Stability(value=Stable) public static final class CfnSecurityConfiguration.S3EncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityConfiguration.S3EncryptionProperty>
CfnSecurityConfiguration.S3EncryptionProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnSecurityConfiguration.S3EncryptionProperty |
build()
Builds the configured instance.
|
CfnSecurityConfiguration.S3EncryptionProperty.Builder |
kmsKeyArn(String kmsKeyArn)
Sets the value of
CfnSecurityConfiguration.S3EncryptionProperty.getKmsKeyArn() |
CfnSecurityConfiguration.S3EncryptionProperty.Builder |
s3EncryptionMode(String s3EncryptionMode)
Sets the value of
CfnSecurityConfiguration.S3EncryptionProperty.getS3EncryptionMode() |
@Stability(value=Stable) public CfnSecurityConfiguration.S3EncryptionProperty.Builder kmsKeyArn(String kmsKeyArn)
CfnSecurityConfiguration.S3EncryptionProperty.getKmsKeyArn()
kmsKeyArn
- `CfnSecurityConfiguration.S3EncryptionProperty.KmsKeyArn`.this
@Stability(value=Stable) public CfnSecurityConfiguration.S3EncryptionProperty.Builder s3EncryptionMode(String s3EncryptionMode)
CfnSecurityConfiguration.S3EncryptionProperty.getS3EncryptionMode()
s3EncryptionMode
- `CfnSecurityConfiguration.S3EncryptionProperty.S3EncryptionMode`.this
@Stability(value=Stable) public CfnSecurityConfiguration.S3EncryptionProperty build()
build
in interface software.amazon.jsii.Builder<CfnSecurityConfiguration.S3EncryptionProperty>
CfnSecurityConfiguration.S3EncryptionProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.