Class CfnServicePrincipalNameMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnServicePrincipalNameMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePrincipalNameMixinProps>
- Enclosing interface:
CfnServicePrincipalNameMixinProps
@Stability(Stable)
public static final class CfnServicePrincipalNameMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePrincipalNameMixinProps>
A builder for
CfnServicePrincipalNameMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectorArn(String connectorArn) Sets the value ofCfnServicePrincipalNameMixinProps.getConnectorArn()directoryRegistrationArn(String directoryRegistrationArn) Sets the value ofCfnServicePrincipalNameMixinProps.getDirectoryRegistrationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorArn
@Stability(Stable) public CfnServicePrincipalNameMixinProps.Builder connectorArn(String connectorArn) Sets the value ofCfnServicePrincipalNameMixinProps.getConnectorArn()- Parameters:
connectorArn- The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html .- Returns:
this
-
directoryRegistrationArn
@Stability(Stable) public CfnServicePrincipalNameMixinProps.Builder directoryRegistrationArn(String directoryRegistrationArn) Sets the value ofCfnServicePrincipalNameMixinProps.getDirectoryRegistrationArn()- Parameters:
directoryRegistrationArn- The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePrincipalNameMixinProps>- Returns:
- a new instance of
CfnServicePrincipalNameMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-