Class CfnChallengeMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnChallengeMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChallengeMixinProps>
- Enclosing interface:
CfnChallengeMixinProps
@Stability(Stable)
public static final class CfnChallengeMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChallengeMixinProps>
A builder for
CfnChallengeMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectorArn(String connectorArn) Sets the value ofCfnChallengeMixinProps.getConnectorArn()Sets the value ofCfnChallengeMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorArn
Sets the value ofCfnChallengeMixinProps.getConnectorArn()- Parameters:
connectorArn- The Amazon Resource Name (ARN) of the connector.- Returns:
this
-
tags
Sets the value ofCfnChallengeMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChallengeMixinProps>- Returns:
- a new instance of
CfnChallengeMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-