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 Summary
Modifier and TypeMethodDescriptiondefault 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.The address that you want the Snow device(s) associated with a specific job to be shipped to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builder
build, responseMetadata, responseMetadata
-
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 theAddress.Builder
avoiding the need to create one manually viaAddress.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaddress(Address)
.- Parameters:
address
- a consumer that will call methods onAddress.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-