Interface DescribeAddressResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAddressResponse.Builder,DescribeAddressResponse>, SdkBuilder<DescribeAddressResponse.Builder,DescribeAddressResponse>, SdkPojo, SdkResponse.Builder, SnowballResponse.Builder
Enclosing class:
DescribeAddressResponse

public static interface DescribeAddressResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<DescribeAddressResponse.Builder,DescribeAddressResponse>
  • Method Details

    • address

      The address that you want the Snow device(s) associated with a specific job to be shipped to.

      Parameters:
      address - The address that you want the Snow device(s) associated with a specific job to be shipped to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • address

      The address that you want the Snow device(s) associated with a specific job to be shipped to.

      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 address(Address).

      Parameters:
      address - 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: