Class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty>
- Enclosing interface:
CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty
@Stability(Stable)
public static final class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.directoryId(String directoryId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
directoryId
@Stability(Stable) public CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.Builder directoryId(String directoryId) Sets the value ofCfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.getDirectoryId()- Parameters:
directoryId- The ID of the Active Directory to be used for authentication.- Returns:
this
-
build
@Stability(Stable) public CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty>- Returns:
- a new instance of
CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-