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