@Stability(value=Stable) public static final class CfnTrustAnchor.Builder extends Object implements software.amazon.jsii.Builder<CfnTrustAnchor>
CfnTrustAnchor.| Modifier and Type | Method and Description |
|---|---|
CfnTrustAnchor |
build() |
static CfnTrustAnchor.Builder |
create(Construct scope,
String id) |
CfnTrustAnchor.Builder |
enabled(Boolean enabled)
Indicates whether the trust anchor is enabled.
|
CfnTrustAnchor.Builder |
enabled(IResolvable enabled)
Indicates whether the trust anchor is enabled.
|
CfnTrustAnchor.Builder |
name(String name)
The name of the trust anchor.
|
CfnTrustAnchor.Builder |
source(CfnTrustAnchor.SourceProperty source)
The trust anchor type and its related certificate data.
|
CfnTrustAnchor.Builder |
source(IResolvable source)
The trust anchor type and its related certificate data.
|
CfnTrustAnchor.Builder |
tags(List<? extends CfnTag> tags)
A list of tags to attach to the trust anchor.
|
@Stability(value=Stable) public static CfnTrustAnchor.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTrustAnchor.SourceDataProperty.Builder.@Stability(value=Stable) public CfnTrustAnchor.Builder enabled(Boolean enabled)
enabled - Indicates whether the trust anchor is enabled. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder enabled(IResolvable enabled)
enabled - Indicates whether the trust anchor is enabled. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder name(String name)
name - The name of the trust anchor. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder source(IResolvable source)
source - The trust anchor type and its related certificate data. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder source(CfnTrustAnchor.SourceProperty source)
source - The trust anchor type and its related certificate data. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder tags(List<? extends CfnTag> tags)
tags - A list of tags to attach to the trust anchor. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor build()
build in interface software.amazon.jsii.Builder<CfnTrustAnchor>Copyright © 2022. All rights reserved.