Class ChallengeReference.Builder
java.lang.Object
software.amazon.awscdk.services.pcaconnectorscep.ChallengeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ChallengeReference>
- Enclosing interface:
ChallengeReference
@Stability(Stable)
public static final class ChallengeReference.Builder
extends Object
implements software.amazon.jsii.Builder<ChallengeReference>
A builder for
ChallengeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.challengeArn(String challengeArn) Sets the value ofChallengeReference.getChallengeArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
challengeArn
Sets the value ofChallengeReference.getChallengeArn()- Parameters:
challengeArn- The ChallengeArn of the Challenge resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ChallengeReference>- Returns:
- a new instance of
ChallengeReference - Throws:
NullPointerException- if any required attribute was not provided
-