@Stability(value=Stable) public static final class CfnStorageLens.EncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStorageLens.EncryptionProperty>
CfnStorageLens.EncryptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStorageLens.EncryptionProperty |
build()
Builds the configured instance.
|
CfnStorageLens.EncryptionProperty.Builder |
ssekms(CfnStorageLens.SSEKMSProperty ssekms)
Sets the value of
CfnStorageLens.EncryptionProperty.getSsekms() |
CfnStorageLens.EncryptionProperty.Builder |
ssekms(IResolvable ssekms)
Sets the value of
CfnStorageLens.EncryptionProperty.getSsekms() |
CfnStorageLens.EncryptionProperty.Builder |
sses3(Object sses3)
Sets the value of
CfnStorageLens.EncryptionProperty.getSses3() |
@Stability(value=Stable) public CfnStorageLens.EncryptionProperty.Builder ssekms(CfnStorageLens.SSEKMSProperty ssekms)
CfnStorageLens.EncryptionProperty.getSsekms()ssekms - `CfnStorageLens.EncryptionProperty.SSEKMS`.this@Stability(value=Stable) public CfnStorageLens.EncryptionProperty.Builder ssekms(IResolvable ssekms)
CfnStorageLens.EncryptionProperty.getSsekms()ssekms - `CfnStorageLens.EncryptionProperty.SSEKMS`.this@Stability(value=Stable) public CfnStorageLens.EncryptionProperty.Builder sses3(Object sses3)
CfnStorageLens.EncryptionProperty.getSses3()sses3 - `CfnStorageLens.EncryptionProperty.SSES3`.this@Stability(value=Stable) public CfnStorageLens.EncryptionProperty build()
build in interface software.amazon.jsii.Builder<CfnStorageLens.EncryptionProperty>CfnStorageLens.EncryptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.