Class CfnCertificatePropsMixin.PolicyInformationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificatePropsMixin.PolicyInformationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificatePropsMixin.PolicyInformationProperty>
- Enclosing interface:
CfnCertificatePropsMixin.PolicyInformationProperty
@Stability(Stable)
public static final class CfnCertificatePropsMixin.PolicyInformationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificatePropsMixin.PolicyInformationProperty>
A builder for
CfnCertificatePropsMixin.PolicyInformationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certPolicyId(String certPolicyId) Sets the value ofCfnCertificatePropsMixin.PolicyInformationProperty.getCertPolicyId()policyQualifiers(List<? extends Object> policyQualifiers) Sets the value ofCfnCertificatePropsMixin.PolicyInformationProperty.getPolicyQualifiers()policyQualifiers(IResolvable policyQualifiers) Sets the value ofCfnCertificatePropsMixin.PolicyInformationProperty.getPolicyQualifiers()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certPolicyId
@Stability(Stable) public CfnCertificatePropsMixin.PolicyInformationProperty.Builder certPolicyId(String certPolicyId) Sets the value ofCfnCertificatePropsMixin.PolicyInformationProperty.getCertPolicyId()- Parameters:
certPolicyId- Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID) .- Returns:
this
-
policyQualifiers
@Stability(Stable) public CfnCertificatePropsMixin.PolicyInformationProperty.Builder policyQualifiers(IResolvable policyQualifiers) Sets the value ofCfnCertificatePropsMixin.PolicyInformationProperty.getPolicyQualifiers()- Parameters:
policyQualifiers- Modifies the givenCertPolicyIdwith a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.- Returns:
this
-
policyQualifiers
@Stability(Stable) public CfnCertificatePropsMixin.PolicyInformationProperty.Builder policyQualifiers(List<? extends Object> policyQualifiers) Sets the value ofCfnCertificatePropsMixin.PolicyInformationProperty.getPolicyQualifiers()- Parameters:
policyQualifiers- Modifies the givenCertPolicyIdwith a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificatePropsMixin.PolicyInformationProperty>- Returns:
- a new instance of
CfnCertificatePropsMixin.PolicyInformationProperty - Throws:
NullPointerException- if any required attribute was not provided
-