public static interface ModifyAddressAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyAddressAttributeResponse.Builder,ModifyAddressAttributeResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyAddressAttributeResponse.Builder |
address(AddressAttribute address)
Information about the Elastic IP address.
|
default ModifyAddressAttributeResponse.Builder |
address(Consumer<AddressAttribute.Builder> address)
Information about the Elastic IP address.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyAddressAttributeResponse.Builder address(AddressAttribute address)
Information about the Elastic IP address.
address - Information about the Elastic IP address.default ModifyAddressAttributeResponse.Builder address(Consumer<AddressAttribute.Builder> address)
Information about the Elastic 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.