@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)
`AWS::RolesAnywhere::TrustAnchor.Enabled`.
|
CfnTrustAnchor.Builder |
enabled(IResolvable enabled)
`AWS::RolesAnywhere::TrustAnchor.Enabled`.
|
CfnTrustAnchor.Builder |
name(String name)
`AWS::RolesAnywhere::TrustAnchor.Name`.
|
CfnTrustAnchor.Builder |
source(CfnTrustAnchor.SourceProperty source)
`AWS::RolesAnywhere::TrustAnchor.Source`.
|
CfnTrustAnchor.Builder |
source(IResolvable source)
`AWS::RolesAnywhere::TrustAnchor.Source`.
|
CfnTrustAnchor.Builder |
tags(List<? extends CfnTag> tags)
`AWS::RolesAnywhere::TrustAnchor.Tags`.
|
@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 - `AWS::RolesAnywhere::TrustAnchor.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder enabled(IResolvable enabled)
enabled - `AWS::RolesAnywhere::TrustAnchor.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder name(String name)
name - `AWS::RolesAnywhere::TrustAnchor.Name`. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder source(CfnTrustAnchor.SourceProperty source)
source - `AWS::RolesAnywhere::TrustAnchor.Source`. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder source(IResolvable source)
source - `AWS::RolesAnywhere::TrustAnchor.Source`. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::RolesAnywhere::TrustAnchor.Tags`. This parameter is required.this@Stability(value=Stable) public CfnTrustAnchor build()
build in interface software.amazon.jsii.Builder<CfnTrustAnchor>Copyright © 2022. All rights reserved.