Uses of Interface
software.amazon.awssdk.services.ec2.model.NatGateway.Builder
Packages that use NatGateway.Builder
-
Uses of NatGateway.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NatGateway.BuilderModifier and TypeMethodDescriptionNatGateway.Builder.attachedAppliances(Collection<NatGatewayAttachedAppliance> attachedAppliances) The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.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.attachedAppliances(NatGatewayAttachedAppliance... attachedAppliances) The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.NatGateway.Builder.autoProvisionZones(String autoProvisionZones) For regional NAT gateways only: Indicates whether Amazon Web Services automatically manages AZ coverage.NatGateway.Builder.autoProvisionZones(AutoProvisionZonesState autoProvisionZones) For regional NAT gateways only: Indicates whether Amazon Web Services automatically manages AZ coverage.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.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.availabilityMode(String availabilityMode) Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.NatGateway.Builder.availabilityMode(AvailabilityMode availabilityMode) Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.static NatGateway.BuilderNatGateway.builder()NatGateway.Builder.connectivityType(String connectivityType) Indicates whether the NAT gateway supports public or private connectivity.NatGateway.Builder.connectivityType(ConnectivityType connectivityType) Indicates whether the NAT gateway supports public or private connectivity.NatGateway.Builder.createTime(Instant createTime) The date and time the NAT gateway was created.NatGateway.Builder.deleteTime(Instant deleteTime) The date and time the NAT gateway was deleted, if applicable.NatGateway.Builder.failureCode(String failureCode) If the NAT gateway could not be created, specifies the error code for the failure.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.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.NatGateway.Builder.natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.NatGateway.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.NatGateway.Builder.natGatewayId(String natGatewayId) The ID of the NAT gateway.default NatGateway.BuilderNatGateway.Builder.provisionedBandwidth(Consumer<ProvisionedBandwidth.Builder> provisionedBandwidth) Reserved.NatGateway.Builder.provisionedBandwidth(ProvisionedBandwidth provisionedBandwidth) Reserved.NatGateway.Builder.routeTableId(String routeTableId) For regional NAT gateways only, this is the ID of the NAT gateway.The state of the NAT gateway.NatGateway.Builder.state(NatGatewayState state) The state of the NAT gateway.The ID of the subnet in which the NAT gateway is located.NatGateway.Builder.tags(Collection<Tag> tags) The tags for the NAT gateway.NatGateway.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the NAT gateway.The tags for the NAT gateway.NatGateway.toBuilder()The ID of the VPC in which the NAT gateway is located.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGateway.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NatGateway.Builder>NatGateway.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NatGateway.BuilderModifier and TypeMethodDescriptiondefault CreateNatGatewayResponse.BuilderCreateNatGatewayResponse.Builder.natGateway(Consumer<NatGateway.Builder> natGateway) Information about the NAT gateway.