public static interface ClientConnectResponseOptions.Builder extends SdkPojo, CopyableBuilder<ClientConnectResponseOptions.Builder,ClientConnectResponseOptions>
| Modifier and Type | Method and Description |
|---|---|
ClientConnectResponseOptions.Builder |
enabled(Boolean enabled)
Indicates whether client connect options are enabled.
|
ClientConnectResponseOptions.Builder |
lambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.
|
ClientConnectResponseOptions.Builder |
status(ClientVpnEndpointAttributeStatus status)
The status of any updates to the client connect options.
|
default ClientConnectResponseOptions.Builder |
status(Consumer<ClientVpnEndpointAttributeStatus.Builder> status)
The status of any updates to the client connect options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientConnectResponseOptions.Builder enabled(Boolean enabled)
Indicates whether client connect options are enabled.
enabled - Indicates whether client connect options are enabled.ClientConnectResponseOptions.Builder lambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.
lambdaFunctionArn - The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.ClientConnectResponseOptions.Builder status(ClientVpnEndpointAttributeStatus status)
The status of any updates to the client connect options.
status - The status of any updates to the client connect options.default ClientConnectResponseOptions.Builder status(Consumer<ClientVpnEndpointAttributeStatus.Builder> status)
The status of any updates to the client connect options.
This is a convenience that creates an instance of theClientVpnEndpointAttributeStatus.Builder
avoiding the need to create one manually via ClientVpnEndpointAttributeStatus.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to status(ClientVpnEndpointAttributeStatus).status - a consumer that will call methods on ClientVpnEndpointAttributeStatus.Builderstatus(ClientVpnEndpointAttributeStatus)Copyright © 2021. All rights reserved.