Interface AppFlowConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppFlowConfig.Builder,AppFlowConfig>,SdkBuilder<AppFlowConfig.Builder,AppFlowConfig>,SdkPojo
- Enclosing class:
- AppFlowConfig
public static interface AppFlowConfig.Builder extends SdkPojo, CopyableBuilder<AppFlowConfig.Builder,AppFlowConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppFlowConfig.BuilderflowName(String flowName)name of the flow.AppFlowConfig.BuilderroleArn(String roleArn)An IAM role that gives Amazon Lookout for Metrics permission to access the flow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roleArn
AppFlowConfig.Builder roleArn(String roleArn)
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
- Parameters:
roleArn- An IAM role that gives Amazon Lookout for Metrics permission to access the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowName
AppFlowConfig.Builder flowName(String flowName)
name of the flow.
- Parameters:
flowName- name of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-