Interface AppflowIntegrationWorkflowAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>,SdkBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>,SdkPojo
- Enclosing class:
- AppflowIntegrationWorkflowAttributes
public static interface AppflowIntegrationWorkflowAttributes.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppflowIntegrationWorkflowAttributes.BuilderconnectorProfileName(String connectorProfileName)The name of the AppFlow connector profile used for ingestion.AppflowIntegrationWorkflowAttributes.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.AppflowIntegrationWorkflowAttributes.BuildersourceConnectorType(String sourceConnectorType)Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.AppflowIntegrationWorkflowAttributes.BuildersourceConnectorType(SourceConnectorType sourceConnectorType)Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.-
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
-
sourceConnectorType
AppflowIntegrationWorkflowAttributes.Builder sourceConnectorType(String sourceConnectorType)
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
- Parameters:
sourceConnectorType- Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SourceConnectorType,SourceConnectorType
-
sourceConnectorType
AppflowIntegrationWorkflowAttributes.Builder sourceConnectorType(SourceConnectorType sourceConnectorType)
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
- Parameters:
sourceConnectorType- Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SourceConnectorType,SourceConnectorType
-
connectorProfileName
AppflowIntegrationWorkflowAttributes.Builder connectorProfileName(String connectorProfileName)
The name of the AppFlow connector profile used for ingestion.
- Parameters:
connectorProfileName- The name of the AppFlow connector profile used for ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
AppflowIntegrationWorkflowAttributes.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-