@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 - `AWS::RolesAnywhere::CRL.CrlData`.this@Stability(value=Stable) public CfnCRLProps.Builder enabled(Boolean enabled)
CfnCRLProps.getEnabled()enabled - `AWS::RolesAnywhere::CRL.Enabled`.this@Stability(value=Stable) public CfnCRLProps.Builder enabled(IResolvable enabled)
CfnCRLProps.getEnabled()enabled - `AWS::RolesAnywhere::CRL.Enabled`.this@Stability(value=Stable) public CfnCRLProps.Builder name(String name)
CfnCRLProps.getName()name - `AWS::RolesAnywhere::CRL.Name`.this@Stability(value=Stable) public CfnCRLProps.Builder tags(List<? extends CfnTag> tags)
CfnCRLProps.getTags()tags - `AWS::RolesAnywhere::CRL.Tags`.this@Stability(value=Stable) public CfnCRLProps.Builder trustAnchorArn(String trustAnchorArn)
CfnCRLProps.getTrustAnchorArn()trustAnchorArn - `AWS::RolesAnywhere::CRL.TrustAnchorArn`.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.