public static interface ClientConnectOptions.Builder extends SdkPojo, CopyableBuilder<ClientConnectOptions.Builder,ClientConnectOptions>
| Modifier and Type | Method and Description |
|---|---|
ClientConnectOptions.Builder |
enabled(Boolean enabled)
Indicates whether client connect options are enabled.
|
ClientConnectOptions.Builder |
lambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientConnectOptions.Builder enabled(Boolean enabled)
Indicates whether client connect options are enabled. The default is false (not enabled).
enabled - Indicates whether client connect options are enabled. The default is false (not enabled).ClientConnectOptions.Builder lambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
lambdaFunctionArn - The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.Copyright © 2023. All rights reserved.