Class CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mgn.CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty>
- Enclosing interface:
CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty
@Stability(Stable)
public static final class CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inboundCidr(String inboundCidr) inspectionCidr(String inspectionCidr) outboundCidr(String outboundCidr)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inboundCidr
@Stability(Stable) public CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder inboundCidr(String inboundCidr) - Parameters:
inboundCidr- The CIDR block for inbound traffic in the target network.- Returns:
this
-
inspectionCidr
@Stability(Stable) public CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder inspectionCidr(String inspectionCidr) - Parameters:
inspectionCidr- The CIDR block for inspection traffic in the target network.- Returns:
this
-
outboundCidr
@Stability(Stable) public CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder outboundCidr(String outboundCidr) - Parameters:
outboundCidr- The CIDR block for outbound traffic in the target network.- Returns:
this
-
topology
@Stability(Stable) public CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty.Builder topology(String topology) - Parameters:
topology- The network topology type for the target environment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty>- Returns:
- a new instance of
CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty - Throws:
NullPointerException- if any required attribute was not provided
-