Interface OpenTunnelResponse.Builder

  • Method Details

    • tunnelId

      OpenTunnelResponse.Builder tunnelId(String tunnelId)

      A unique alpha-numeric tunnel ID.

      Parameters:
      tunnelId - A unique alpha-numeric tunnel ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tunnelArn

      OpenTunnelResponse.Builder tunnelArn(String tunnelArn)

      The Amazon Resource Name for the tunnel.

      Parameters:
      tunnelArn - The Amazon Resource Name for the tunnel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceAccessToken

      OpenTunnelResponse.Builder sourceAccessToken(String sourceAccessToken)

      The access token the source local proxy uses to connect to IoT Secure Tunneling.

      Parameters:
      sourceAccessToken - The access token the source local proxy uses to connect to IoT Secure Tunneling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationAccessToken

      OpenTunnelResponse.Builder destinationAccessToken(String destinationAccessToken)

      The access token the destination local proxy uses to connect to IoT Secure Tunneling.

      Parameters:
      destinationAccessToken - The access token the destination local proxy uses to connect to IoT Secure Tunneling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.