Class CfnCRL.Builder
java.lang.Object
software.amazon.awscdk.services.rolesanywhere.CfnCRL.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCRL>
- Enclosing class:
CfnCRL
@Stability(Stable)
public static final class CfnCRL.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCRL>
A fluent builder for
CfnCRL.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnCRL.BuilderThe x509 v3 specified certificate revocation list (CRL).Specifies whether the certificate revocation list (CRL) is enabled.enabled(IResolvable enabled) Specifies whether the certificate revocation list (CRL) is enabled.The name of the certificate revocation list (CRL).A list of tags to attach to the certificate revocation list (CRL).trustAnchorArn(String trustAnchorArn) The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
-
Method Details
-
create
@Stability(Stable) public static CfnCRL.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCRL.Builder.
-
crlData
The x509 v3 specified certificate revocation list (CRL).- Parameters:
crlData- The x509 v3 specified certificate revocation list (CRL). This parameter is required.- Returns:
this- See Also:
-
name
The name of the certificate revocation list (CRL).- Parameters:
name- The name of the certificate revocation list (CRL). This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether the certificate revocation list (CRL) is enabled.- Parameters:
enabled- Specifies whether the certificate revocation list (CRL) is enabled. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether the certificate revocation list (CRL) is enabled.- Parameters:
enabled- Specifies whether the certificate revocation list (CRL) is enabled. This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags to attach to the certificate revocation list (CRL).- Parameters:
tags- A list of tags to attach to the certificate revocation list (CRL). This parameter is required.- Returns:
this- See Also:
-
trustAnchorArn
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.- Parameters:
trustAnchorArn- The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. This parameter is required.- Returns:
this- See Also:
-
build
-