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