Class CfnOdbNetworkPropsMixin.KmsAccessProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkPropsMixin.KmsAccessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.KmsAccessProperty>
- Enclosing interface:
CfnOdbNetworkPropsMixin.KmsAccessProperty
@Stability(Stable)
public static final class CfnOdbNetworkPropsMixin.KmsAccessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.KmsAccessProperty>
A builder for
CfnOdbNetworkPropsMixin.KmsAccessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainName(String domainName) Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getDomainName()ipv4Addresses(List<String> ipv4Addresses) Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getIpv4Addresses()kmsPolicyDocument(String kmsPolicyDocument) Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getKmsPolicyDocument()Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainName
@Stability(Stable) public CfnOdbNetworkPropsMixin.KmsAccessProperty.Builder domainName(String domainName) Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getDomainName()- Parameters:
domainName- The domain name for the AWS KMS access.- Returns:
this
-
ipv4Addresses
@Stability(Stable) public CfnOdbNetworkPropsMixin.KmsAccessProperty.Builder ipv4Addresses(List<String> ipv4Addresses) Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getIpv4Addresses()- Parameters:
ipv4Addresses- The IPv4 addresses for the AWS KMS access.- Returns:
this
-
kmsPolicyDocument
@Stability(Stable) public CfnOdbNetworkPropsMixin.KmsAccessProperty.Builder kmsPolicyDocument(String kmsPolicyDocument) Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getKmsPolicyDocument()- Parameters:
kmsPolicyDocument- The endpoint policy for the AWS KMS access.- Returns:
this
-
status
Sets the value ofCfnOdbNetworkPropsMixin.KmsAccessProperty.getStatus()- Parameters:
status- The status of the managed resource access.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.KmsAccessProperty>- Returns:
- a new instance of
CfnOdbNetworkPropsMixin.KmsAccessProperty - Throws:
NullPointerException- if any required attribute was not provided
-