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 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, sdkFields
copy
applyMutation, build
ClientConnectResponseOptions.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 Lambda function used for connection authorization.
lambdaFunctionArn
- The Amazon Resource Name (ARN) of the 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.Builder
status(ClientVpnEndpointAttributeStatus)
Copyright © 2021. All rights reserved.