Class CfnOdbPeeringConnectionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbPeeringConnectionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbPeeringConnectionPropsMixin>
- Enclosing class:
CfnOdbPeeringConnectionPropsMixin
@Stability(Stable)
public static final class CfnOdbPeeringConnectionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbPeeringConnectionPropsMixin>
A fluent builder for
CfnOdbPeeringConnectionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionadditionalPeerNetworkCidrs(List<String> additionalPeerNetworkCidrs) The additional CIDR blocks for the ODB peering connection.build()create()create(CfnPropertyMixinOptions options) displayName(String displayName) The display name of the ODB peering connection.odbNetworkId(String odbNetworkId) The unique identifier of the ODB network.peerNetworkId(String peerNetworkId) The unique identifier of the peer network.peerNetworkRouteTableIds(List<String> peerNetworkRouteTableIds) The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.Tags to assign to the Odb peering connection.
-
Method Details
-
create
@Stability(Stable) public static CfnOdbPeeringConnectionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOdbPeeringConnectionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOdbPeeringConnectionPropsMixin.Builder.
-
additionalPeerNetworkCidrs
@Stability(Stable) public CfnOdbPeeringConnectionPropsMixin.Builder additionalPeerNetworkCidrs(List<String> additionalPeerNetworkCidrs) The additional CIDR blocks for the ODB peering connection.- Parameters:
additionalPeerNetworkCidrs- The additional CIDR blocks for the ODB peering connection. This parameter is required.- Returns:
this- See Also:
-
displayName
The display name of the ODB peering connection.- Parameters:
displayName- The display name of the ODB peering connection. This parameter is required.- Returns:
this- See Also:
-
odbNetworkId
@Stability(Stable) public CfnOdbPeeringConnectionPropsMixin.Builder odbNetworkId(String odbNetworkId) The unique identifier of the ODB network.- Parameters:
odbNetworkId- The unique identifier of the ODB network. This parameter is required.- Returns:
this- See Also:
-
peerNetworkId
@Stability(Stable) public CfnOdbPeeringConnectionPropsMixin.Builder peerNetworkId(String peerNetworkId) The unique identifier of the peer network.- Parameters:
peerNetworkId- The unique identifier of the peer network. This parameter is required.- Returns:
this- See Also:
-
peerNetworkRouteTableIds
@Stability(Stable) public CfnOdbPeeringConnectionPropsMixin.Builder peerNetworkRouteTableIds(List<String> peerNetworkRouteTableIds) The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.- Parameters:
peerNetworkRouteTableIds- The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnOdbPeeringConnectionPropsMixin.Builder tags(List<? extends CfnTag> tags) Tags to assign to the Odb peering connection.- Parameters:
tags- Tags to assign to the Odb peering connection. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOdbPeeringConnectionPropsMixin>- Returns:
- a newly built instance of
CfnOdbPeeringConnectionPropsMixin.
-