Class CfnCertificate.QualifierProperty.Builder
java.lang.Object
software.amazon.awscdk.services.acmpca.CfnCertificate.QualifierProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificate.QualifierProperty>
- Enclosing interface:
CfnCertificate.QualifierProperty
@Stability(Stable)
public static final class CfnCertificate.QualifierProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificate.QualifierProperty>
A builder for
CfnCertificate.QualifierProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnCertificate.QualifierProperty.getCpsUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cpsUri
Sets the value ofCfnCertificate.QualifierProperty.getCpsUri()
- Parameters:
cpsUri
- Contains a pointer to a certification practice statement (CPS) published by the CA. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCertificate.QualifierProperty>
- Returns:
- a new instance of
CfnCertificate.QualifierProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-