Interface ClientConnectOptions.Builder

    • Method Detail

      • enabled

        ClientConnectOptions.Builder enabled​(Boolean enabled)

        Indicates whether client connect options are enabled. The default is false (not enabled).

        Parameters:
        enabled - Indicates whether client connect options are enabled. The default is false (not enabled).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaFunctionArn

        ClientConnectOptions.Builder lambdaFunctionArn​(String lambdaFunctionArn)

        The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

        Parameters:
        lambdaFunctionArn - The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.