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.Builderenabled(IResolvable enabled) 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
- Parameters:
crlData- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
enabled
- Parameters:
enabled- This parameter is required.- Returns:
this- See Also:
-
enabled
- Parameters:
enabled- This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- 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
-