@Stability(value=Stable) public static final class CfnCRLProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCRLProps>
CfnCRLProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCRLProps |
build()
Builds the configured instance.
|
CfnCRLProps.Builder |
crlData(String crlData)
Sets the value of
CfnCRLProps.getCrlData() |
CfnCRLProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnCRLProps.getEnabled() |
CfnCRLProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnCRLProps.getEnabled() |
CfnCRLProps.Builder |
name(String name)
Sets the value of
CfnCRLProps.getName() |
CfnCRLProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCRLProps.getTags() |
CfnCRLProps.Builder |
trustAnchorArn(String trustAnchorArn)
Sets the value of
CfnCRLProps.getTrustAnchorArn() |
@Stability(value=Stable) public CfnCRLProps.Builder crlData(String crlData)
CfnCRLProps.getCrlData()crlData - The revocation record for a certificate, following the x509 v3 standard.this@Stability(value=Stable) public CfnCRLProps.Builder enabled(Boolean enabled)
CfnCRLProps.getEnabled()enabled - Indicates whether the certificate revocation list (CRL) is enabled.this@Stability(value=Stable) public CfnCRLProps.Builder enabled(IResolvable enabled)
CfnCRLProps.getEnabled()enabled - Indicates whether the certificate revocation list (CRL) is enabled.this@Stability(value=Stable) public CfnCRLProps.Builder name(String name)
CfnCRLProps.getName()name - The name of the certificate revocation list (CRL).this@Stability(value=Stable) public CfnCRLProps.Builder tags(List<? extends CfnTag> tags)
CfnCRLProps.getTags()tags - A list of tags to attach to the CRL.this@Stability(value=Stable) public CfnCRLProps.Builder trustAnchorArn(String trustAnchorArn)
CfnCRLProps.getTrustAnchorArn()trustAnchorArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.this@Stability(value=Stable) public CfnCRLProps build()
build in interface software.amazon.jsii.Builder<CfnCRLProps>CfnCRLPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.