Interface CreateOdbPeeringConnectionRequest.Builder

  • Method Details

    • odbNetworkId

      The unique identifier of the ODB network that initiates the peering connection.

      Parameters:
      odbNetworkId - The unique identifier of the ODB network that initiates the peering connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerNetworkId

      CreateOdbPeeringConnectionRequest.Builder peerNetworkId(String peerNetworkId)

      The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.

      Parameters:
      peerNetworkId - The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The display name for the ODB peering connection.

      Parameters:
      displayName - The display name for the ODB peering connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerNetworkCidrsToBeAdded

      CreateOdbPeeringConnectionRequest.Builder peerNetworkCidrsToBeAdded(Collection<String> peerNetworkCidrsToBeAdded)

      A list of CIDR blocks to add to the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.

      Parameters:
      peerNetworkCidrsToBeAdded - A list of CIDR blocks to add to 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.
    • peerNetworkCidrsToBeAdded

      CreateOdbPeeringConnectionRequest.Builder peerNetworkCidrsToBeAdded(String... peerNetworkCidrsToBeAdded)

      A list of CIDR blocks to add to the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.

      Parameters:
      peerNetworkCidrsToBeAdded - A list of CIDR blocks to add to 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.
    • clientToken

      The client token for the ODB peering connection request.

      Constraints:

      • Must be unique for each request.

      Parameters:
      clientToken - The client token for the ODB peering connection request.

      Constraints:

      • Must be unique for each request.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to assign to the ODB peering connection.

      Parameters:
      tags - The tags to assign to the ODB peering connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateOdbPeeringConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.