public static final class CfnCertificate.PolicyInformationProperty.Builder
extends java.lang.Object
CfnCertificate.PolicyInformationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCertificate.PolicyInformationProperty |
build()
Builds the configured instance.
|
CfnCertificate.PolicyInformationProperty.Builder |
certPolicyId(java.lang.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(java.util.List<? extends java.lang.Object> policyQualifiers)
Sets the value of
CfnCertificate.PolicyInformationProperty.getPolicyQualifiers() |
public CfnCertificate.PolicyInformationProperty.Builder certPolicyId(java.lang.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
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
public CfnCertificate.PolicyInformationProperty.Builder policyQualifiers(java.util.List<? extends java.lang.Object> policyQualifiers)
CfnCertificate.PolicyInformationProperty.getPolicyQualifiers()
policyQualifiers
- Modifies the given `CertPolicyId` with a qualifier.
ACM Private CA supports the certification practice statement (CPS) qualifier.this
public CfnCertificate.PolicyInformationProperty build()
CfnCertificate.PolicyInformationProperty
java.lang.NullPointerException
- if any required attribute was not provided