Interface CreateNatGatewayResponse.Builder

    • Method Detail

      • clientToken

        CreateNatGatewayResponse.Builder clientToken​(String clientToken)

        Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • natGateway

        CreateNatGatewayResponse.Builder natGateway​(NatGateway natGateway)

        Information about the NAT gateway.

        Parameters:
        natGateway - Information about the NAT gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.