@Stability(value=Stable) public static final class CfnTrustAnchorProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTrustAnchorProps>
CfnTrustAnchorProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrustAnchorProps |
build()
Builds the configured instance.
|
CfnTrustAnchorProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnTrustAnchorProps.getEnabled() |
CfnTrustAnchorProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnTrustAnchorProps.getEnabled() |
CfnTrustAnchorProps.Builder |
name(String name)
Sets the value of
CfnTrustAnchorProps.getName() |
CfnTrustAnchorProps.Builder |
source(CfnTrustAnchor.SourceProperty source)
Sets the value of
CfnTrustAnchorProps.getSource() |
CfnTrustAnchorProps.Builder |
source(IResolvable source)
Sets the value of
CfnTrustAnchorProps.getSource() |
CfnTrustAnchorProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnTrustAnchorProps.getTags() |
@Stability(value=Stable) public CfnTrustAnchorProps.Builder enabled(Boolean enabled)
CfnTrustAnchorProps.getEnabled()enabled - Indicates whether the trust anchor is enabled.this@Stability(value=Stable) public CfnTrustAnchorProps.Builder enabled(IResolvable enabled)
CfnTrustAnchorProps.getEnabled()enabled - Indicates whether the trust anchor is enabled.this@Stability(value=Stable) public CfnTrustAnchorProps.Builder name(String name)
CfnTrustAnchorProps.getName()name - The name of the trust anchor.this@Stability(value=Stable) public CfnTrustAnchorProps.Builder source(IResolvable source)
CfnTrustAnchorProps.getSource()source - The trust anchor type and its related certificate data.this@Stability(value=Stable) public CfnTrustAnchorProps.Builder source(CfnTrustAnchor.SourceProperty source)
CfnTrustAnchorProps.getSource()source - The trust anchor type and its related certificate data.this@Stability(value=Stable) public CfnTrustAnchorProps.Builder tags(List<? extends CfnTag> tags)
CfnTrustAnchorProps.getTags()tags - A list of tags to attach to the trust anchor.this@Stability(value=Stable) public CfnTrustAnchorProps build()
build in interface software.amazon.jsii.Builder<CfnTrustAnchorProps>CfnTrustAnchorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.