Class CfnDirectoryRegistrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnDirectoryRegistrationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDirectoryRegistrationMixinProps>
- Enclosing interface:
CfnDirectoryRegistrationMixinProps
@Stability(Stable)
public static final class CfnDirectoryRegistrationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDirectoryRegistrationMixinProps>
A builder for
CfnDirectoryRegistrationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.directoryId(String directoryId) Sets the value ofCfnDirectoryRegistrationMixinProps.getDirectoryId()Sets the value ofCfnDirectoryRegistrationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
directoryId
@Stability(Stable) public CfnDirectoryRegistrationMixinProps.Builder directoryId(String directoryId) Sets the value ofCfnDirectoryRegistrationMixinProps.getDirectoryId()- Parameters:
directoryId- The identifier of the Active Directory.- Returns:
this
-
tags
Sets the value ofCfnDirectoryRegistrationMixinProps.getTags()- Parameters:
tags- Metadata assigned to a directory registration consisting of a key-value pair.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDirectoryRegistrationMixinProps>- Returns:
- a new instance of
CfnDirectoryRegistrationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-