@Stability(value=Stable) public static final class CfnCertificate.PolicyInformationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate.PolicyInformationProperty>
CfnCertificate.PolicyInformationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificate.PolicyInformationProperty |
build()
Builds the configured instance.
|
CfnCertificate.PolicyInformationProperty.Builder |
certPolicyId(String certPolicyId)
Sets the value of
CfnCertificate.PolicyInformationProperty.getCertPolicyId() |
CfnCertificate.PolicyInformationProperty.Builder |
policyQualifiers(IResolvable policyQualifiers)
Sets the value of
CfnCertificate.PolicyInformationProperty.getPolicyQualifiers() |
CfnCertificate.PolicyInformationProperty.Builder |
policyQualifiers(List<? extends Object> policyQualifiers)
Sets the value of
CfnCertificate.PolicyInformationProperty.getPolicyQualifiers() |
@Stability(value=Stable) public CfnCertificate.PolicyInformationProperty.Builder certPolicyId(String certPolicyId)
CfnCertificate.PolicyInformationProperty.getCertPolicyId()certPolicyId - Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. This parameter is required.
For more information, see NIST's definition of Object Identifier (OID) .this@Stability(value=Stable) public CfnCertificate.PolicyInformationProperty.Builder policyQualifiers(IResolvable policyQualifiers)
CfnCertificate.PolicyInformationProperty.getPolicyQualifiers()policyQualifiers - Modifies the given `CertPolicyId` with a qualifier.
ACM Private CA supports the certification practice statement (CPS) qualifier.this@Stability(value=Stable) public CfnCertificate.PolicyInformationProperty.Builder policyQualifiers(List<? extends Object> policyQualifiers)
CfnCertificate.PolicyInformationProperty.getPolicyQualifiers()policyQualifiers - Modifies the given `CertPolicyId` with a qualifier.
ACM Private CA supports the certification practice statement (CPS) qualifier.this@Stability(value=Stable) public CfnCertificate.PolicyInformationProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificate.PolicyInformationProperty>CfnCertificate.PolicyInformationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.