Class CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty>
- Enclosing interface:
CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty
@Stability(Stable)
public static final class CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty>
A builder for
CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.getCidr()Sets the value ofCfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cidr
Sets the value ofCfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.getCidr()- Parameters:
cidr- The CIDR block for the Zero-ETL access.- Returns:
this
-
status
@Stability(Stable) public CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.Builder status(String status) Sets the value ofCfnOdbNetworkPropsMixin.ZeroEtlAccessProperty.getStatus()- Parameters:
status- The status of the Zero-ETL access.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty>- Returns:
- a new instance of
CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty - Throws:
NullPointerException- if any required attribute was not provided
-