Interface DescribeMovingAddressesResponse.Builder

    • Method Detail

      • movingAddressStatuses

        DescribeMovingAddressesResponse.Builder movingAddressStatuses​(Collection<MovingAddressStatus> movingAddressStatuses)

        The status for each Elastic IP address.

        Parameters:
        movingAddressStatuses - The status for each Elastic IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • movingAddressStatuses

        DescribeMovingAddressesResponse.Builder movingAddressStatuses​(MovingAddressStatus... movingAddressStatuses)

        The status for each Elastic IP address.

        Parameters:
        movingAddressStatuses - The status for each Elastic IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeMovingAddressesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.