Interface ClientConnectResponseOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientConnectResponseOptions.Builder,
,ClientConnectResponseOptions> SdkBuilder<ClientConnectResponseOptions.Builder,
,ClientConnectResponseOptions> SdkPojo
- Enclosing class:
ClientConnectResponseOptions
public static interface ClientConnectResponseOptions.Builder
extends SdkPojo, CopyableBuilder<ClientConnectResponseOptions.Builder,ClientConnectResponseOptions>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether client connect options are enabled.lambdaFunctionArn
(String lambdaFunctionArn) The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.The status of any updates to the client connect options.The status of any updates to the client connect options.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, sdkFields
-
Method Details
-
enabled
Indicates whether client connect options are enabled.
- Parameters:
enabled
- Indicates whether client connect options are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
status
The status of any updates to the client connect options.
- Parameters:
status
- The status of any updates to the client connect options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default ClientConnectResponseOptions.Builder status(Consumer<ClientVpnEndpointAttributeStatus.Builder> status) The status of any updates to the client connect options.
This is a convenience method that creates an instance of theClientVpnEndpointAttributeStatus.Builder
avoiding the need to create one manually viaClientVpnEndpointAttributeStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(ClientVpnEndpointAttributeStatus)
.- Parameters:
status
- a consumer that will call methods onClientVpnEndpointAttributeStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-