Interface ClientConnectOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClientConnectOptions.Builder,ClientConnectOptions>,SdkBuilder<ClientConnectOptions.Builder,ClientConnectOptions>,SdkPojo
- Enclosing class:
- ClientConnectOptions
public static interface ClientConnectOptions.Builder extends SdkPojo, CopyableBuilder<ClientConnectOptions.Builder,ClientConnectOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientConnectOptions.Builderenabled(Boolean enabled)Indicates whether client connect options are enabled.ClientConnectOptions.BuilderlambdaFunctionArn(String lambdaFunctionArn)The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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 isfalse(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.
-
-