Interface RotateTunnelAccessTokenResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<RotateTunnelAccessTokenResponse.Builder,RotateTunnelAccessTokenResponse>, IoTSecureTunnelingResponse.Builder, SdkBuilder<RotateTunnelAccessTokenResponse.Builder,RotateTunnelAccessTokenResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
RotateTunnelAccessTokenResponse

  • Method Details

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