public static interface CrlConfiguration.Builder extends SdkPojo, CopyableBuilder<CrlConfiguration.Builder,CrlConfiguration>
Modifier and Type | Method and Description |
---|---|
CrlConfiguration.Builder |
customCname(String customCname)
Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias
for the CRL distribution point.
|
CrlConfiguration.Builder |
enabled(Boolean enabled)
Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.
|
CrlConfiguration.Builder |
expirationInDays(Integer expirationInDays)
Validity period of the CRL in days.
|
CrlConfiguration.Builder |
s3BucketName(String s3BucketName)
Name of the S3 bucket that contains the CRL.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CrlConfiguration.Builder enabled(Boolean enabled)
Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this value to enable certificate revocation for a new CA when you call the CreateCertificateAuthority action or for an existing CA when you call the UpdateCertificateAuthority action.
enabled
- Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this
value to enable certificate revocation for a new CA when you call the CreateCertificateAuthority action or for an existing CA when you call the UpdateCertificateAuthority action.CrlConfiguration.Builder expirationInDays(Integer expirationInDays)
Validity period of the CRL in days.
expirationInDays
- Validity period of the CRL in days.CrlConfiguration.Builder customCname(String customCname)
Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public.
customCname
- Name inserted into the certificate CRL Distribution Points extension that enables the use of an
alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to
be public.CrlConfiguration.Builder s3BucketName(String s3BucketName)
Name of the S3 bucket that contains the CRL. If you do not provide a value for the CustomCname argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of the issued certificate. You can change the name of your bucket by calling the UpdateCertificateAuthority action. You must specify a bucket policy that allows ACM Private CA to write the CRL to your bucket.
s3BucketName
- Name of the S3 bucket that contains the CRL. If you do not provide a value for the CustomCname
argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of
the issued certificate. You can change the name of your bucket by calling the UpdateCertificateAuthority action. You must specify a bucket policy that allows ACM Private CA to
write the CRL to your bucket.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.