public static interface AppFlowConfig.Builder extends SdkPojo, CopyableBuilder<AppFlowConfig.Builder,AppFlowConfig>
| Modifier and Type | Method and Description |
|---|---|
AppFlowConfig.Builder |
flowName(String flowName)
name of the flow.
|
AppFlowConfig.Builder |
roleArn(String roleArn)
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppFlowConfig.Builder roleArn(String roleArn)
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
roleArn - An IAM role that gives Amazon Lookout for Metrics permission to access the flow.AppFlowConfig.Builder flowName(String flowName)
name of the flow.
flowName - name of the flow.Copyright © 2023. All rights reserved.