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. Amazon Web Services Private CA supports the
certification practice statement (CPS) qualifier.
policyQualifiers - Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports
the certification practice statement (CPS) qualifier.PolicyInformation.Builder policyQualifiers(PolicyQualifierInfo... policyQualifiers)
Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the
certification practice statement (CPS) qualifier.
policyQualifiers - Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports
the certification practice statement (CPS) qualifier.PolicyInformation.Builder policyQualifiers(Consumer<PolicyQualifierInfo.Builder>... policyQualifiers)
Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the
certification practice statement (CPS) qualifier.
PolicyQualifierInfo.Builder avoiding the need to create
one manually via PolicyQualifierInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #policyQualifiers(List.
policyQualifiers - a consumer that will call methods on
PolicyQualifierInfo.Builder#policyQualifiers(java.util.Collection) Copyright © 2023. All rights reserved.