Interface DescribeAddressTransfersRequest.Builder

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

  • Method Details

    • allocationIds

      The allocation IDs of Elastic IP addresses.

      Parameters:
      allocationIds - The allocation IDs of Elastic IP addresses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allocationIds

      DescribeAddressTransfersRequest.Builder allocationIds(String... allocationIds)

      The allocation IDs of Elastic IP addresses.

      Parameters:
      allocationIds - The allocation IDs of Elastic IP addresses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Specify the pagination token from a previous request to retrieve the next page of results.

      Parameters:
      nextToken - Specify the pagination token from a previous request to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of address transfers to return in one page of results.

      Parameters:
      maxResults - The maximum number of address transfers to return in one page of results.
      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

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

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder