@Stability(value=Stable) public static final class CfnAnomalyDetector.AppFlowConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector.AppFlowConfigProperty>
CfnAnomalyDetector.AppFlowConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalyDetector.AppFlowConfigProperty |
build()
Builds the configured instance.
|
CfnAnomalyDetector.AppFlowConfigProperty.Builder |
flowName(String flowName)
Sets the value of
CfnAnomalyDetector.AppFlowConfigProperty.getFlowName() |
CfnAnomalyDetector.AppFlowConfigProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnAnomalyDetector.AppFlowConfigProperty.getRoleArn() |
@Stability(value=Stable) public CfnAnomalyDetector.AppFlowConfigProperty.Builder flowName(String flowName)
CfnAnomalyDetector.AppFlowConfigProperty.getFlowName()flowName - name of the flow. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.AppFlowConfigProperty.Builder roleArn(String roleArn)
CfnAnomalyDetector.AppFlowConfigProperty.getRoleArn()roleArn - An IAM role that gives Amazon Lookout for Metrics permission to access the flow. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.AppFlowConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector.AppFlowConfigProperty>CfnAnomalyDetector.AppFlowConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.