@Stability(value=Stable) public static final class CfnAnalysis.AnalysisErrorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnalysis.AnalysisErrorProperty>
CfnAnalysis.AnalysisErrorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnalysis.AnalysisErrorProperty |
build()
Builds the configured instance.
|
CfnAnalysis.AnalysisErrorProperty.Builder |
message(String message)
Sets the value of
CfnAnalysis.AnalysisErrorProperty.getMessage() |
CfnAnalysis.AnalysisErrorProperty.Builder |
type(String type)
Sets the value of
CfnAnalysis.AnalysisErrorProperty.getType() |
@Stability(value=Stable) public CfnAnalysis.AnalysisErrorProperty.Builder message(String message)
CfnAnalysis.AnalysisErrorProperty.getMessage()message - The message associated with the analysis error.this@Stability(value=Stable) public CfnAnalysis.AnalysisErrorProperty.Builder type(String type)
CfnAnalysis.AnalysisErrorProperty.getType()type - The type of the analysis error.this@Stability(value=Stable) public CfnAnalysis.AnalysisErrorProperty build()
build in interface software.amazon.jsii.Builder<CfnAnalysis.AnalysisErrorProperty>CfnAnalysis.AnalysisErrorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.