Class CfnChallengePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnChallengePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChallengePropsMixin>
- Enclosing class:
CfnChallengePropsMixin
@Stability(Stable)
public static final class CfnChallengePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChallengePropsMixin>
A fluent builder for
CfnChallengePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectorArn(String connectorArn) The Amazon Resource Name (ARN) of the connector.create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnChallengePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChallengePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChallengePropsMixin.Builder.
-
connectorArn
The Amazon Resource Name (ARN) of the connector.- Parameters:
connectorArn- The Amazon Resource Name (ARN) of the connector. This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChallengePropsMixin>- Returns:
- a newly built instance of
CfnChallengePropsMixin.
-