@Stability(value=Stable) public static final class CfnAnalyzer.Builder extends Object implements software.amazon.jsii.Builder<CfnAnalyzer>
CfnAnalyzer
.Modifier and Type | Method and Description |
---|---|
CfnAnalyzer.Builder |
analyzerName(String analyzerName)
The name of the analyzer.
|
CfnAnalyzer.Builder |
archiveRules(IResolvable archiveRules)
Specifies the archive rules to add for the analyzer.
|
CfnAnalyzer.Builder |
archiveRules(List<? extends Object> archiveRules)
Specifies the archive rules to add for the analyzer.
|
CfnAnalyzer |
build() |
static CfnAnalyzer.Builder |
create(Construct scope,
String id) |
CfnAnalyzer.Builder |
tags(List<? extends CfnTag> tags)
The tags to apply to the analyzer.
|
CfnAnalyzer.Builder |
type(String type)
The type represents the zone of trust for the analyzer.
|
@Stability(value=Stable) public static CfnAnalyzer.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.CfnAnalyzer.ArchiveRuleProperty.Builder
.@Stability(value=Stable) public CfnAnalyzer.Builder type(String type)
Allowed Values : ACCOUNT | ORGANIZATION
type
- The type represents the zone of trust for the analyzer. This parameter is required.this
@Stability(value=Stable) public CfnAnalyzer.Builder analyzerName(String analyzerName)
analyzerName
- The name of the analyzer. This parameter is required.this
@Stability(value=Stable) public CfnAnalyzer.Builder archiveRules(IResolvable archiveRules)
archiveRules
- Specifies the archive rules to add for the analyzer. This parameter is required.this
@Stability(value=Stable) public CfnAnalyzer.Builder archiveRules(List<? extends Object> archiveRules)
archiveRules
- Specifies the archive rules to add for the analyzer. This parameter is required.this
@Stability(value=Stable) public CfnAnalyzer.Builder tags(List<? extends CfnTag> tags)
tags
- The tags to apply to the analyzer. This parameter is required.this
@Stability(value=Stable) public CfnAnalyzer build()
build
in interface software.amazon.jsii.Builder<CfnAnalyzer>
Copyright © 2023. All rights reserved.