@Stability(value=Stable) public static final class CfnAnalyzerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAnalyzerProps>
CfnAnalyzerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnalyzerProps.Builder |
analyzerName(String analyzerName)
Sets the value of
CfnAnalyzerProps.getAnalyzerName() |
CfnAnalyzerProps.Builder |
archiveRules(IResolvable archiveRules)
Sets the value of
CfnAnalyzerProps.getArchiveRules() |
CfnAnalyzerProps.Builder |
archiveRules(List<? extends Object> archiveRules)
Sets the value of
CfnAnalyzerProps.getArchiveRules() |
CfnAnalyzerProps |
build()
Builds the configured instance.
|
CfnAnalyzerProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAnalyzerProps.getTags() |
CfnAnalyzerProps.Builder |
type(String type)
Sets the value of
CfnAnalyzerProps.getType() |
@Stability(value=Stable) public CfnAnalyzerProps.Builder type(String type)
CfnAnalyzerProps.getType()type - `AWS::AccessAnalyzer::Analyzer.Type`. This parameter is required.this@Stability(value=Stable) public CfnAnalyzerProps.Builder analyzerName(String analyzerName)
CfnAnalyzerProps.getAnalyzerName()analyzerName - `AWS::AccessAnalyzer::Analyzer.AnalyzerName`.this@Stability(value=Stable) public CfnAnalyzerProps.Builder archiveRules(IResolvable archiveRules)
CfnAnalyzerProps.getArchiveRules()archiveRules - `AWS::AccessAnalyzer::Analyzer.ArchiveRules`.this@Stability(value=Stable) public CfnAnalyzerProps.Builder archiveRules(List<? extends Object> archiveRules)
CfnAnalyzerProps.getArchiveRules()archiveRules - `AWS::AccessAnalyzer::Analyzer.ArchiveRules`.this@Stability(value=Stable) public CfnAnalyzerProps.Builder tags(List<? extends CfnTag> tags)
CfnAnalyzerProps.getTags()tags - `AWS::AccessAnalyzer::Analyzer.Tags`.this@Stability(value=Stable) public CfnAnalyzerProps build()
build in interface software.amazon.jsii.Builder<CfnAnalyzerProps>CfnAnalyzerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.