public static interface UnassignPrivateNatGatewayAddressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<UnassignPrivateNatGatewayAddressResponse.Builder,UnassignPrivateNatGatewayAddressResponse>
| Modifier and Type | Method and Description |
|---|---|
UnassignPrivateNatGatewayAddressResponse.Builder |
natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
UnassignPrivateNatGatewayAddressResponse.Builder |
natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
UnassignPrivateNatGatewayAddressResponse.Builder |
natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
UnassignPrivateNatGatewayAddressResponse.Builder |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUnassignPrivateNatGatewayAddressResponse.Builder natGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId - The ID of the NAT gateway.UnassignPrivateNatGatewayAddressResponse.Builder natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
natGatewayAddresses - Information about the NAT gateway IP addresses.UnassignPrivateNatGatewayAddressResponse.Builder natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
natGatewayAddresses - Information about the NAT gateway IP addresses.UnassignPrivateNatGatewayAddressResponse.Builder natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses)
Information about the NAT gateway IP addresses.
This is a convenience method that creates an instance of theNatGatewayAddress.Builder avoiding the need to create one
manually via NatGatewayAddress.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #natGatewayAddresses(List.
natGatewayAddresses - a consumer that will call methods on
NatGatewayAddress.Builder#natGatewayAddresses(java.util.Collection) Copyright © 2023. All rights reserved.