public static interface ResetAddressAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ResetAddressAttributeResponse.Builder,ResetAddressAttributeResponse>
| Modifier and Type | Method and Description |
|---|---|
ResetAddressAttributeResponse.Builder |
address(AddressAttribute address)
Information about the IP address.
|
default ResetAddressAttributeResponse.Builder |
address(Consumer<AddressAttribute.Builder> address)
Information about the IP address.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetAddressAttributeResponse.Builder address(AddressAttribute address)
Information about the IP address.
address - Information about the IP address.default ResetAddressAttributeResponse.Builder address(Consumer<AddressAttribute.Builder> address)
Information about the IP address.
This is a convenience method that creates an instance of theAddressAttribute.Builder avoiding the
need to create one manually via AddressAttribute.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to address(AddressAttribute).
address - a consumer that will call methods on AddressAttribute.Builderaddress(AddressAttribute)Copyright © 2022. All rights reserved.