Interface AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder,
,AwsEc2ClientVpnEndpointClientConnectOptionsDetails> SdkBuilder<AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder,
,AwsEc2ClientVpnEndpointClientConnectOptionsDetails> SdkPojo
- Enclosing class:
AwsEc2ClientVpnEndpointClientConnectOptionsDetails
@Mutable
@NotThreadSafe
public static interface AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder,AwsEc2ClientVpnEndpointClientConnectOptionsDetails>
-
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, sdkFieldNameToField, 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
AwsEc2ClientVpnEndpointClientConnectOptionsDetails.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.
-
status
AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder status(AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails 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 AwsEc2ClientVpnEndpointClientConnectOptionsDetails.Builder status(Consumer<AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.Builder> status) The status of any updates to the client connect options.
This is a convenience method that creates an instance of theAwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.Builder
avoiding the need to create one manually viaAwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails)
.- Parameters:
status
- a consumer that will call methods onAwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-