public static interface DisassociateNatGatewayAddressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisassociateNatGatewayAddressResponse.Builder,DisassociateNatGatewayAddressResponse>
Modifier and Type | Method and Description |
---|---|
DisassociateNatGatewayAddressResponse.Builder |
natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResponse.Builder |
natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResponse.Builder |
natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResponse.Builder |
natGatewayId(String natGatewayId)
The NAT gateway ID.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisassociateNatGatewayAddressResponse.Builder natGatewayId(String natGatewayId)
The NAT gateway ID.
natGatewayId
- The NAT gateway ID.DisassociateNatGatewayAddressResponse.Builder natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
natGatewayAddresses
- Information about the NAT gateway IP addresses.DisassociateNatGatewayAddressResponse.Builder natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
natGatewayAddresses
- Information about the NAT gateway IP addresses.DisassociateNatGatewayAddressResponse.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.