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)
Number of days until a certificate expires.
|
CrlConfiguration.Builder |
s3BucketName(String s3BucketName)
Name of the S3 bucket that contains the CRL.
|
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 operation or for an existing CA when you call the UpdateCertificateAuthority operation.
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 operation or for an existing CA when you call the
UpdateCertificateAuthority operation.CrlConfiguration.Builder expirationInDays(Integer expirationInDays)
Number of days until a certificate expires.
expirationInDays
- Number of days until a certificate expires.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 operation. You must specify a bucket policy that allows ACM PCA 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 operation. You must specify a bucket policy that allows ACM PCA to
write the CRL to your bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.