public static interface IntegrationConfig.Builder extends SdkPojo, CopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
| Modifier and Type | Method and Description |
|---|---|
IntegrationConfig.Builder |
appflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for
APPFLOW_INTEGRATION workflow type. |
default IntegrationConfig.Builder |
appflowIntegration(Consumer<AppflowIntegration.Builder> appflowIntegration)
Configuration data for
APPFLOW_INTEGRATION workflow type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegrationConfig.Builder appflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for APPFLOW_INTEGRATION workflow type.
appflowIntegration - Configuration data for APPFLOW_INTEGRATION workflow type.default IntegrationConfig.Builder appflowIntegration(Consumer<AppflowIntegration.Builder> appflowIntegration)
Configuration data for APPFLOW_INTEGRATION workflow type.
AppflowIntegration.Builder avoiding the
need to create one manually via AppflowIntegration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appflowIntegration(AppflowIntegration).
appflowIntegration - a consumer that will call methods on AppflowIntegration.BuilderappflowIntegration(AppflowIntegration)Copyright © 2022. All rights reserved.