NatGateway.Builder |
NatGateway.Builder.attachedAppliances(Collection<NatGatewayAttachedAppliance> attachedAppliances) |
The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data
exfiltration.
|
NatGateway.Builder |
NatGateway.Builder.attachedAppliances(Consumer<NatGatewayAttachedAppliance.Builder>... attachedAppliances) |
The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data
exfiltration.
|
NatGateway.Builder |
NatGateway.Builder.attachedAppliances(NatGatewayAttachedAppliance... attachedAppliances) |
The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data
exfiltration.
|
NatGateway.Builder |
NatGateway.Builder.autoProvisionZones(String autoProvisionZones) |
For regional NAT gateways only: Indicates whether Amazon Web Services automatically manages AZ coverage.
|
NatGateway.Builder |
NatGateway.Builder.autoProvisionZones(AutoProvisionZonesState autoProvisionZones) |
For regional NAT gateways only: Indicates whether Amazon Web Services automatically manages AZ coverage.
|
NatGateway.Builder |
NatGateway.Builder.autoScalingIps(String autoScalingIps) |
For regional NAT gateways only: Indicates whether Amazon Web Services automatically allocates additional
Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent
connections to a single destination from that AZ.
|
NatGateway.Builder |
NatGateway.Builder.autoScalingIps(AutoScalingIpsState autoScalingIps) |
For regional NAT gateways only: Indicates whether Amazon Web Services automatically allocates additional
Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent
connections to a single destination from that AZ.
|
NatGateway.Builder |
NatGateway.Builder.availabilityMode(String availabilityMode) |
Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.availabilityMode(AvailabilityMode availabilityMode) |
Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
static NatGateway.Builder |
NatGateway.builder() |
|
NatGateway.Builder |
NatGateway.Builder.connectivityType(String connectivityType) |
Indicates whether the NAT gateway supports public or private connectivity.
|
NatGateway.Builder |
NatGateway.Builder.connectivityType(ConnectivityType connectivityType) |
Indicates whether the NAT gateway supports public or private connectivity.
|
NatGateway.Builder |
NatGateway.Builder.createTime(Instant createTime) |
The date and time the NAT gateway was created.
|
NatGateway.Builder |
NatGateway.Builder.deleteTime(Instant deleteTime) |
The date and time the NAT gateway was deleted, if applicable.
|
NatGateway.Builder |
NatGateway.Builder.failureCode(String failureCode) |
If the NAT gateway could not be created, specifies the error code for the failure.
|
NatGateway.Builder |
NatGateway.Builder.failureMessage(String failureMessage) |
If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the
error code.
|
NatGateway.Builder |
NatGateway.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) |
Information about the IP addresses and network interface associated with the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses) |
Information about the IP addresses and network interface associated with the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) |
Information about the IP addresses and network interface associated with the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.natGatewayId(String natGatewayId) |
The ID of the NAT gateway.
|
default NatGateway.Builder |
NatGateway.Builder.provisionedBandwidth(Consumer<ProvisionedBandwidth.Builder> provisionedBandwidth) |
Reserved.
|
NatGateway.Builder |
NatGateway.Builder.provisionedBandwidth(ProvisionedBandwidth provisionedBandwidth) |
Reserved.
|
NatGateway.Builder |
NatGateway.Builder.routeTableId(String routeTableId) |
For regional NAT gateways only, this is the ID of the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.state(String state) |
The state of the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.state(NatGatewayState state) |
The state of the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.subnetId(String subnetId) |
The ID of the subnet in which the NAT gateway is located.
|
NatGateway.Builder |
NatGateway.Builder.tags(Collection<Tag> tags) |
The tags for the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags for the NAT gateway.
|
NatGateway.Builder |
NatGateway.Builder.tags(Tag... tags) |
The tags for the NAT gateway.
|
NatGateway.Builder |
NatGateway.toBuilder() |
|
NatGateway.Builder |
NatGateway.Builder.vpcId(String vpcId) |
The ID of the VPC in which the NAT gateway is located.
|