Interface IntegrationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntegrationConfig.Builder,
,IntegrationConfig> SdkBuilder<IntegrationConfig.Builder,
,IntegrationConfig> SdkPojo
- Enclosing class:
IntegrationConfig
@Mutable
@NotThreadSafe
public static interface IntegrationConfig.Builder
extends SdkPojo, CopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntegrationConfig.Builder
appflowIntegration
(Consumer<AppflowIntegration.Builder> appflowIntegration) Configuration data forAPPFLOW_INTEGRATION
workflow type.appflowIntegration
(AppflowIntegration appflowIntegration) Configuration data forAPPFLOW_INTEGRATION
workflow type.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, sdkFieldNameToField, sdkFields
-
Method Details
-
appflowIntegration
Configuration data for
APPFLOW_INTEGRATION
workflow type.- Parameters:
appflowIntegration
- Configuration data forAPPFLOW_INTEGRATION
workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appflowIntegration
default IntegrationConfig.Builder appflowIntegration(Consumer<AppflowIntegration.Builder> appflowIntegration) Configuration data for
This is a convenience method that creates an instance of theAPPFLOW_INTEGRATION
workflow type.AppflowIntegration.Builder
avoiding the need to create one manually viaAppflowIntegration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappflowIntegration(AppflowIntegration)
.- Parameters:
appflowIntegration
- a consumer that will call methods onAppflowIntegration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-