Interface OdbPeeringConnectionSummary.Builder

  • Method Details

    • odbPeeringConnectionId

      OdbPeeringConnectionSummary.Builder odbPeeringConnectionId(String 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 is odbpcx-abcdefgh12345678.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      OdbPeeringConnectionSummary.Builder displayName(String 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

      OdbPeeringConnectionSummary.Builder statusReason(String 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

      OdbPeeringConnectionSummary.Builder odbPeeringConnectionArn(String odbPeeringConnectionArn)

      The 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.
    • odbNetworkArn

      OdbPeeringConnectionSummary.Builder odbNetworkArn(String 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

      OdbPeeringConnectionSummary.Builder peerNetworkArn(String 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

      OdbPeeringConnectionSummary.Builder odbPeeringConnectionType(String 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

      OdbPeeringConnectionSummary.Builder percentProgress(Float 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.