Interface DeprovisionPublicIpv4PoolCidrRequest.Builder

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

public static interface DeprovisionPublicIpv4PoolCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeprovisionPublicIpv4PoolCidrRequest.Builder,DeprovisionPublicIpv4PoolCidrRequest>
  • Method Details

    • dryRun

      A check for 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 - A check for 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.
    • poolId

      The ID of the pool that you want to deprovision the CIDR from.

      Parameters:
      poolId - The ID of the pool that you want to deprovision the CIDR from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidr

      The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of /32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a /24, you will have to run this command to deprovision each of the 256 IP addresses in the /24 CIDR.

      Parameters:
      cidr - The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of /32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a /24, you will have to run this command to deprovision each of the 256 IP addresses in the /24 CIDR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.