Interface RotateTunnelAccessTokenResponse.Builder

    • Method Detail

      • tunnelArn

        RotateTunnelAccessTokenResponse.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

        RotateTunnelAccessTokenResponse.Builder sourceAccessToken​(String sourceAccessToken)

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

        Parameters:
        sourceAccessToken - The client access token that 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

        RotateTunnelAccessTokenResponse.Builder destinationAccessToken​(String destinationAccessToken)

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

        Parameters:
        destinationAccessToken - The client access token that 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.