Interface OdbPeeringConnection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OdbPeeringConnection.Builder,
,OdbPeeringConnection> SdkBuilder<OdbPeeringConnection.Builder,
,OdbPeeringConnection> SdkPojo
- Enclosing class:
OdbPeeringConnection
-
Method Summary
Modifier 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.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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
odbPeeringConnectionId
The 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 isodbpcx-abcdefgh12345678
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The 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.
-
status
The status of the ODB peering connection.
Valid Values:
provisioning | active | terminating | terminated | failed
- Parameters:
status
- The status of the ODB peering connection.Valid Values:
provisioning | active | terminating | terminated | failed
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the ODB peering connection.
Valid Values:
provisioning | active | terminating | terminated | failed
- Parameters:
status
- The status of the ODB peering connection.Valid Values:
provisioning | active | terminating | terminated | failed
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The 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.
-
odbPeeringConnectionArn
The Amazon Resource Name (ARN) of the ODB peering connection.
Example:
arn:aws:odb:us-east-1:123456789012:odb-peering-connection/odbpcx-abcdefgh12345678
- Parameters:
odbPeeringConnectionArn
- The Amazon Resource Name (ARN) of the ODB peering connection.Example:
arn:aws:odb:us-east-1:123456789012:odb-peering-connection/odbpcx-abcdefgh12345678
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
odbNetworkArn
The 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.
-
peerNetworkArn
The 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.
-
odbPeeringConnectionType
The 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.
-
createdAt
The 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.
-
percentProgress
The 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.
-