Interface NatGateway.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NatGateway.Builder,NatGateway>, SdkBuilder<NatGateway.Builder,NatGateway>, SdkPojo
Enclosing class:
NatGateway

public static interface NatGateway.Builder extends SdkPojo, CopyableBuilder<NatGateway.Builder,NatGateway>
  • Method Details

    • createTime

      NatGateway.Builder createTime(Instant createTime)

      The date and time the NAT gateway was created.

      Parameters:
      createTime - The date and time the NAT gateway was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteTime

      NatGateway.Builder deleteTime(Instant deleteTime)

      The date and time the NAT gateway was deleted, if applicable.

      Parameters:
      deleteTime - The date and time the NAT gateway was deleted, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureCode

      NatGateway.Builder failureCode(String failureCode)

      If the NAT gateway could not be created, specifies the error code for the failure. ( InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

      Parameters:
      failureCode - If the NAT gateway could not be created, specifies the error code for the failure. ( InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureMessage

      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.

      • For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free addresses to create this NAT gateway"

      • For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway attached"

      • For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway"

      • For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx is already associated"

      • For InternalError: "Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again."

      • For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx does not exist or could not be found."

      Parameters:
      failureMessage - If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

      • For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free addresses to create this NAT gateway"

      • For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway attached"

      • For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway"

      • For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx is already associated"

      • For InternalError: "Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again."

      • For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx does not exist or could not be found."

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • natGatewayAddresses

      NatGateway.Builder natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)

      Information about the IP addresses and network interface associated with the NAT gateway.

      Parameters:
      natGatewayAddresses - Information about the IP addresses and network interface associated with the NAT gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • natGatewayAddresses

      NatGateway.Builder natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)

      Information about the IP addresses and network interface associated with the NAT gateway.

      Parameters:
      natGatewayAddresses - Information about the IP addresses and network interface associated with the NAT gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • natGatewayAddresses

      NatGateway.Builder natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses)

      Information about the IP addresses and network interface associated with the NAT gateway.

      This is a convenience method that creates an instance of the NatGatewayAddress.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<NatGatewayAddress>).

      Parameters:
      natGatewayAddresses - a consumer that will call methods on NatGatewayAddress.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • natGatewayId

      NatGateway.Builder natGatewayId(String natGatewayId)

      The ID of the NAT gateway.

      Parameters:
      natGatewayId - The ID of the NAT gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedBandwidth

      NatGateway.Builder provisionedBandwidth(ProvisionedBandwidth provisionedBandwidth)

      Reserved. If you need to sustain traffic greater than the documented limits, contact Amazon Web Services Support.

      Parameters:
      provisionedBandwidth - Reserved. If you need to sustain traffic greater than the documented limits, contact Amazon Web Services Support.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedBandwidth

      default NatGateway.Builder provisionedBandwidth(Consumer<ProvisionedBandwidth.Builder> provisionedBandwidth)

      Reserved. If you need to sustain traffic greater than the documented limits, contact Amazon Web Services Support.

      This is a convenience method that creates an instance of the ProvisionedBandwidth.Builder avoiding the need to create one manually via ProvisionedBandwidth.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to provisionedBandwidth(ProvisionedBandwidth).

      Parameters:
      provisionedBandwidth - a consumer that will call methods on ProvisionedBandwidth.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      NatGateway.Builder state(String state)

      The state of the NAT gateway.

      • pending: The NAT gateway is being created and is not ready to process traffic.

      • failed: The NAT gateway could not be created. Check the failureCode and failureMessage fields for the reason.

      • available: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.

      • deleting: The NAT gateway is in the process of being terminated and may still be processing traffic.

      • deleted: The NAT gateway has been terminated and is no longer processing traffic.

      Parameters:
      state - The state of the NAT gateway.

      • pending: The NAT gateway is being created and is not ready to process traffic.

      • failed: The NAT gateway could not be created. Check the failureCode and failureMessage fields for the reason.

      • available: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.

      • deleting: The NAT gateway is in the process of being terminated and may still be processing traffic.

      • deleted: The NAT gateway has been terminated and is no longer processing traffic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the NAT gateway.

      • pending: The NAT gateway is being created and is not ready to process traffic.

      • failed: The NAT gateway could not be created. Check the failureCode and failureMessage fields for the reason.

      • available: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.

      • deleting: The NAT gateway is in the process of being terminated and may still be processing traffic.

      • deleted: The NAT gateway has been terminated and is no longer processing traffic.

      Parameters:
      state - The state of the NAT gateway.

      • pending: The NAT gateway is being created and is not ready to process traffic.

      • failed: The NAT gateway could not be created. Check the failureCode and failureMessage fields for the reason.

      • available: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.

      • deleting: The NAT gateway is in the process of being terminated and may still be processing traffic.

      • deleted: The NAT gateway has been terminated and is no longer processing traffic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subnetId

      NatGateway.Builder subnetId(String subnetId)

      The ID of the subnet in which the NAT gateway is located.

      Parameters:
      subnetId - The ID of the subnet in which the NAT gateway is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      NatGateway.Builder vpcId(String vpcId)

      The ID of the VPC in which the NAT gateway is located.

      Parameters:
      vpcId - The ID of the VPC in which the NAT gateway is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags for the NAT gateway.

      Parameters:
      tags - The tags for the NAT gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      NatGateway.Builder tags(Tag... tags)

      The tags for the NAT gateway.

      Parameters:
      tags - The tags for the NAT gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags for the NAT gateway.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectivityType

      NatGateway.Builder connectivityType(String connectivityType)

      Indicates whether the NAT gateway supports public or private connectivity.

      Parameters:
      connectivityType - Indicates whether the NAT gateway supports public or private connectivity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectivityType

      NatGateway.Builder connectivityType(ConnectivityType connectivityType)

      Indicates whether the NAT gateway supports public or private connectivity.

      Parameters:
      connectivityType - Indicates whether the NAT gateway supports public or private connectivity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: