Interface UpdateOdbPeeringConnectionRequest.Builder

  • Method Details

    • odbPeeringConnectionId

      UpdateOdbPeeringConnectionRequest.Builder odbPeeringConnectionId(String odbPeeringConnectionId)

      The identifier of the Oracle Database@Amazon Web Services peering connection to update.

      Parameters:
      odbPeeringConnectionId - The identifier of the Oracle Database@Amazon Web Services peering connection to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      A new display name for the peering connection.

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

      UpdateOdbPeeringConnectionRequest.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. The CIDR blocks must not overlap with existing CIDR blocks in the Oracle Database@Amazon Web Services network.

      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. The CIDR blocks must not overlap with existing CIDR blocks in the Oracle Database@Amazon Web Services network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerNetworkCidrsToBeAdded

      UpdateOdbPeeringConnectionRequest.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. The CIDR blocks must not overlap with existing CIDR blocks in the Oracle Database@Amazon Web Services network.

      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. The CIDR blocks must not overlap with existing CIDR blocks in the Oracle Database@Amazon Web Services network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerNetworkCidrsToBeRemoved

      UpdateOdbPeeringConnectionRequest.Builder peerNetworkCidrsToBeRemoved(Collection<String> peerNetworkCidrsToBeRemoved)

      A list of CIDR blocks to remove from the peering connection. The CIDR blocks must currently exist in the peering connection.

      Parameters:
      peerNetworkCidrsToBeRemoved - A list of CIDR blocks to remove from the peering connection. The CIDR blocks must currently exist in the peering connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerNetworkCidrsToBeRemoved

      UpdateOdbPeeringConnectionRequest.Builder peerNetworkCidrsToBeRemoved(String... peerNetworkCidrsToBeRemoved)

      A list of CIDR blocks to remove from the peering connection. The CIDR blocks must currently exist in the peering connection.

      Parameters:
      peerNetworkCidrsToBeRemoved - A list of CIDR blocks to remove from the peering connection. The CIDR blocks must currently exist in the peering connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateOdbPeeringConnectionRequest.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.