public static final class CfnAnalyzer.Builder
extends java.lang.Object
CfnAnalyzer
.Modifier and Type | Method and Description |
---|---|
CfnAnalyzer.Builder |
analyzerName(java.lang.String analyzerName)
The name of the analyzer.
|
CfnAnalyzer.Builder |
archiveRules(IResolvable archiveRules)
Specifies the archive rules to add for the analyzer.
|
CfnAnalyzer.Builder |
archiveRules(java.util.List<? extends java.lang.Object> archiveRules)
Specifies the archive rules to add for the analyzer.
|
CfnAnalyzer |
build() |
static CfnAnalyzer.Builder |
create(Construct scope,
java.lang.String id) |
CfnAnalyzer.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags to apply to the analyzer.
|
CfnAnalyzer.Builder |
type(java.lang.String type)
The type represents the zone of trust for the analyzer.
|
public static CfnAnalyzer.Builder create(Construct scope, java.lang.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
.public CfnAnalyzer.Builder type(java.lang.String type)
Allowed Values : ACCOUNT | ORGANIZATION
type
- The type represents the zone of trust for the analyzer. This parameter is required.this
public CfnAnalyzer.Builder analyzerName(java.lang.String analyzerName)
analyzerName
- The name of the analyzer. This parameter is required.this
public CfnAnalyzer.Builder archiveRules(IResolvable archiveRules)
archiveRules
- Specifies the archive rules to add for the analyzer. This parameter is required.this
public CfnAnalyzer.Builder archiveRules(java.util.List<? extends java.lang.Object> archiveRules)
archiveRules
- Specifies the archive rules to add for the analyzer. This parameter is required.this
public CfnAnalyzer.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags to apply to the analyzer. This parameter is required.this
public CfnAnalyzer build()