public static interface PolicyInformation.Builder extends SdkPojo, CopyableBuilder<PolicyInformation.Builder,PolicyInformation>
| Modifier and Type | Method and Description |
|---|---|
PolicyInformation.Builder |
certPolicyId(String certPolicyId)
Specifies the object identifier (OID) of the certificate policy under which the certificate was issued.
|
PolicyInformation.Builder |
policyQualifiers(Collection<PolicyQualifierInfo> policyQualifiers)
Modifies the given
CertPolicyId with a qualifier. |
PolicyInformation.Builder |
policyQualifiers(Consumer<PolicyQualifierInfo.Builder>... policyQualifiers)
Modifies the given
CertPolicyId with a qualifier. |
PolicyInformation.Builder |
policyQualifiers(PolicyQualifierInfo... policyQualifiers)
Modifies the given
CertPolicyId with a qualifier. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyInformation.Builder certPolicyId(String 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).
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).PolicyInformation.Builder policyQualifiers(Collection<PolicyQualifierInfo> policyQualifiers)
Modifies the given CertPolicyId with a qualifier. ACM Private CA supports the certification
practice statement (CPS) qualifier.
policyQualifiers - Modifies the given CertPolicyId with a qualifier. ACM Private CA supports the
certification practice statement (CPS) qualifier.PolicyInformation.Builder policyQualifiers(PolicyQualifierInfo... policyQualifiers)
Modifies the given CertPolicyId with a qualifier. ACM Private CA supports the certification
practice statement (CPS) qualifier.
policyQualifiers - Modifies the given CertPolicyId with a qualifier. ACM Private CA supports the
certification practice statement (CPS) qualifier.PolicyInformation.Builder policyQualifiers(Consumer<PolicyQualifierInfo.Builder>... policyQualifiers)
Modifies the given CertPolicyId with a qualifier. ACM Private CA supports the certification
practice statement (CPS) qualifier.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #policyQualifiers(List) .policyQualifiers - a consumer that will call methods on List.Builder #policyQualifiers(List) Copyright © 2021. All rights reserved.