Class CfnOdbPeeringConnection.Builder
java.lang.Object
software.amazon.awscdk.services.odb.CfnOdbPeeringConnection.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbPeeringConnection>
- Enclosing class:
CfnOdbPeeringConnection
@Stability(Stable)
public static final class CfnOdbPeeringConnection.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbPeeringConnection>
A fluent builder for
CfnOdbPeeringConnection
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.Tags to assign to the Odb peering connection.
-
Method Details
-
create
@Stability(Stable) public static CfnOdbPeeringConnection.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnOdbPeeringConnection.Builder
.
-
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
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
The unique identifier of the peer network.- Parameters:
peerNetworkId
- The unique identifier of the peer network. This parameter is required.- Returns:
this
- See Also:
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnOdbPeeringConnection>
- Returns:
- a newly built instance of
CfnOdbPeeringConnection
.
-