public static interface CreateIntegrationWorkflowRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<CreateIntegrationWorkflowRequest.Builder,CreateIntegrationWorkflowRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIntegrationWorkflowRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.CreateIntegrationWorkflowRequest.Builder workflowType(String workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowType,
WorkflowTypeCreateIntegrationWorkflowRequest.Builder workflowType(WorkflowType workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowType,
WorkflowTypeCreateIntegrationWorkflowRequest.Builder integrationConfig(IntegrationConfig integrationConfig)
Configuration data for integration workflow.
integrationConfig - Configuration data for integration workflow.default CreateIntegrationWorkflowRequest.Builder integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)
Configuration data for integration workflow.
This is a convenience method that creates an instance of theIntegrationConfig.Builder avoiding the
need to create one manually via IntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to integrationConfig(IntegrationConfig).integrationConfig - a consumer that will call methods on IntegrationConfig.BuilderintegrationConfig(IntegrationConfig)CreateIntegrationWorkflowRequest.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.CreateIntegrationWorkflowRequest.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.
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.CreateIntegrationWorkflowRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.CreateIntegrationWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIntegrationWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.