Interface DescribeAddressesResponse.Builder

  • Method Details

    • addresses

      The Snow device shipping addresses that were created for this account.

      Parameters:
      addresses - The Snow device shipping addresses that were created for this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addresses

      DescribeAddressesResponse.Builder addresses(Address... addresses)

      The Snow device shipping addresses that were created for this account.

      Parameters:
      addresses - The Snow device shipping addresses that were created for this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addresses

      The Snow device shipping addresses that were created for this account.

      This is a convenience method that creates an instance of the Address.Builder avoiding the need to create one manually via Address.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to addresses(List<Address>).

      Parameters:
      addresses - a consumer that will call methods on Address.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

      Parameters:
      nextToken - HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.