public static interface DescribeAddressResponse.Builder extends SnowballResponse.Builder, CopyableBuilder<DescribeAddressResponse.Builder,DescribeAddressResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressResponse.Builder |
address(Address address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
|
default DescribeAddressResponse.Builder |
address(Consumer<Address.Builder> address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAddressResponse.Builder address(Address address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
address - The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.default DescribeAddressResponse.Builder address(Consumer<Address.Builder> address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
This is a convenience that creates an instance of theAddress.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).address - a consumer that will call methods on Address.Builderaddress(Address)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.