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 Details

    • create

      @Stability(Stable) public static CfnCRL.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnCRL.Builder.
    • crlData

      @Stability(Stable) public CfnCRL.Builder crlData(String crlData)
      x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.

      Parameters:
      crlData - x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnCRL.Builder name(String name)
      The customer specified name of the resource.

      Parameters:
      name - The customer specified name of the resource. This parameter is required.
      Returns:
      this
    • enabled

      @Stability(Stable) public CfnCRL.Builder enabled(Boolean enabled)
      The enabled status of the resource.

      Parameters:
      enabled - The enabled status of the resource. This parameter is required.
      Returns:
      this
    • enabled

      @Stability(Stable) public CfnCRL.Builder enabled(IResolvable enabled)
      The enabled status of the resource.

      Parameters:
      enabled - The enabled status of the resource. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnCRL.Builder tags(List<? extends CfnTag> tags)
      A list of Tags.

      Parameters:
      tags - A list of Tags. This parameter is required.
      Returns:
      this
    • trustAnchorArn

      @Stability(Stable) public CfnCRL.Builder trustAnchorArn(String 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
    • build

      @Stability(Stable) public CfnCRL build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnCRL>
      Returns:
      a newly built instance of CfnCRL.