Class CfnChallenge.Builder
java.lang.Object
software.amazon.awscdk.services.pcaconnectorscep.CfnChallenge.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChallenge>
- Enclosing class:
CfnChallenge
@Stability(Stable)
public static final class CfnChallenge.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChallenge>
A fluent builder for
CfnChallenge
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
connectorArn
(String connectorArn) The Amazon Resource Name (ARN) of the connector.static CfnChallenge.Builder
-
Method Details
-
create
@Stability(Stable) public static CfnChallenge.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnChallenge.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnChallenge>
- Returns:
- a newly built instance of
CfnChallenge
.
-