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 Details

    • 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.