@Stability(value=Stable) public static final class CfnFlowOutput.EncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlowOutput.EncryptionProperty>
CfnFlowOutput.EncryptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlowOutput.EncryptionProperty.Builder |
algorithm(String algorithm)
Sets the value of
CfnFlowOutput.EncryptionProperty.getAlgorithm() |
CfnFlowOutput.EncryptionProperty |
build()
Builds the configured instance.
|
CfnFlowOutput.EncryptionProperty.Builder |
keyType(String keyType)
Sets the value of
CfnFlowOutput.EncryptionProperty.getKeyType() |
CfnFlowOutput.EncryptionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnFlowOutput.EncryptionProperty.getRoleArn() |
CfnFlowOutput.EncryptionProperty.Builder |
secretArn(String secretArn)
Sets the value of
CfnFlowOutput.EncryptionProperty.getSecretArn() |
@Stability(value=Stable) public CfnFlowOutput.EncryptionProperty.Builder algorithm(String algorithm)
CfnFlowOutput.EncryptionProperty.getAlgorithm()algorithm - `CfnFlowOutput.EncryptionProperty.Algorithm`. This parameter is required.this@Stability(value=Stable) public CfnFlowOutput.EncryptionProperty.Builder roleArn(String roleArn)
CfnFlowOutput.EncryptionProperty.getRoleArn()roleArn - `CfnFlowOutput.EncryptionProperty.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnFlowOutput.EncryptionProperty.Builder secretArn(String secretArn)
CfnFlowOutput.EncryptionProperty.getSecretArn()secretArn - `CfnFlowOutput.EncryptionProperty.SecretArn`. This parameter is required.this@Stability(value=Stable) public CfnFlowOutput.EncryptionProperty.Builder keyType(String keyType)
CfnFlowOutput.EncryptionProperty.getKeyType()keyType - `CfnFlowOutput.EncryptionProperty.KeyType`.this@Stability(value=Stable) public CfnFlowOutput.EncryptionProperty build()
build in interface software.amazon.jsii.Builder<CfnFlowOutput.EncryptionProperty>CfnFlowOutput.EncryptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.