Interface DescribeAddressTransfersRequest.Builder

    • Method Detail

      • allocationIds

        DescribeAddressTransfersRequest.Builder allocationIds​(Collection<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.
      • 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

        DescribeAddressTransfersRequest.Builder nextToken​(String 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

        DescribeAddressTransfersRequest.Builder maxResults​(Integer 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

        DescribeAddressTransfersRequest.Builder dryRun​(Boolean 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.