Interface OdbPeeringConnectionSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OdbPeeringConnectionSummary.Builder,,- OdbPeeringConnectionSummary> - SdkBuilder<OdbPeeringConnectionSummary.Builder,,- OdbPeeringConnectionSummary> - SdkPojo
- Enclosing class:
- OdbPeeringConnectionSummary
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp when the ODB peering connection was created.displayName(String displayName) The display name of the ODB peering connection.odbNetworkArn(String odbNetworkArn) The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.odbPeeringConnectionArn(String odbPeeringConnectionArn) The Amazon Resource Name (ARN) of the ODB peering connection.odbPeeringConnectionId(String odbPeeringConnectionId) The unique identifier of the ODB peering connection.odbPeeringConnectionType(String odbPeeringConnectionType) The type of the ODB peering connection.peerNetworkArn(String peerNetworkArn) The Amazon Resource Name (ARN) of the peer network.peerNetworkCidrs(String... peerNetworkCidrs) The CIDR blocks associated with the peering connection.peerNetworkCidrs(Collection<String> peerNetworkCidrs) The CIDR blocks associated with the peering connection.percentProgress(Float percentProgress) The percentage progress of the ODB peering connection creation or deletion.The status of the ODB peering connection.status(ResourceStatus status) The status of the ODB peering connection.statusReason(String statusReason) The reason for the current status of the ODB peering connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
odbPeeringConnectionIdThe unique identifier of the ODB peering connection. A sample ID is odbpcx-abcdefgh12345678.- Parameters:
- odbPeeringConnectionId- The unique identifier of the ODB peering connection. A sample ID is- odbpcx-abcdefgh12345678.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayNameThe display name of the ODB peering connection. - Parameters:
- displayName- The display name of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the ODB peering connection. - Parameters:
- status- The status of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the ODB peering connection. - Parameters:
- status- The status of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe reason for the current status of the ODB peering connection. - Parameters:
- statusReason- The reason for the current status of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
odbPeeringConnectionArnThe Amazon Resource Name (ARN) of the ODB peering connection. - Parameters:
- odbPeeringConnectionArn- The Amazon Resource Name (ARN) of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
odbNetworkArnThe Amazon Resource Name (ARN) of the ODB network that initiated the peering connection. - Parameters:
- odbNetworkArn- The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerNetworkArnThe Amazon Resource Name (ARN) of the peer network. - Parameters:
- peerNetworkArn- The Amazon Resource Name (ARN) of the peer network.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
odbPeeringConnectionTypeThe type of the ODB peering connection. Valid Values: ODB-VPC | ODB-ODB- Parameters:
- odbPeeringConnectionType- The type of the ODB peering connection.- Valid Values: - ODB-VPC | ODB-ODB
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerNetworkCidrsThe CIDR blocks associated with the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection. - Parameters:
- peerNetworkCidrs- The CIDR blocks associated with the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerNetworkCidrsThe CIDR blocks associated with the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection. - Parameters:
- peerNetworkCidrs- The CIDR blocks associated with the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe timestamp when the ODB peering connection was created. - Parameters:
- createdAt- The timestamp when the ODB peering connection was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
percentProgressThe percentage progress of the ODB peering connection creation or deletion. - Parameters:
- percentProgress- The percentage progress of the ODB peering connection creation or deletion.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-