public static interface DescribeAddressResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<DescribeAddressResponse.Builder,DescribeAddressResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressResponse.Builder |
address(Address address)
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
default DescribeAddressResponse.Builder |
address(Consumer<Address.Builder> address)
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAddressResponse.Builder address(Address address)
The address that you want the Snow device(s) associated with a specific job to be shipped to.
address - The address that you want the Snow device(s) associated with a specific job to be shipped to.default DescribeAddressResponse.Builder address(Consumer<Address.Builder> 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 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 © 2022. All rights reserved.