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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAddressResponse.Builderaddress(Consumer<Address.Builder> address)The address that you want the Snow device(s) associated with a specific job to be shipped to.DescribeAddressResponse.Builderaddress(Address address)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 Detail
-
address
DescribeAddressResponse.Builder address(Address 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
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.Builderavoiding the need to create one manually viaAddress.builder().When the
Consumercompletes,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:
address(Address)
-
-