Interface DeleteCoipCidrRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteCoipCidrRequest.Builder,DeleteCoipCidrRequest>, Ec2Request.Builder, SdkBuilder<DeleteCoipCidrRequest.Builder,DeleteCoipCidrRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteCoipCidrRequest

  • Method Details

    • cidr

      A customer-owned IP address range that you want to delete.

      Parameters:
      cidr - A customer-owned IP address range that you want to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • coipPoolId

      DeleteCoipCidrRequest.Builder coipPoolId(String coipPoolId)

      The ID of the customer-owned address pool.

      Parameters:
      coipPoolId - The ID of the customer-owned address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dryRun

      Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

      Parameters:
      dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteCoipCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder