Interface IntegrationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>,SdkBuilder<IntegrationConfig.Builder,IntegrationConfig>,SdkPojo
- Enclosing class:
- IntegrationConfig
public static interface IntegrationConfig.Builder extends SdkPojo, CopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IntegrationConfig.BuilderappflowIntegration(Consumer<AppflowIntegration.Builder> appflowIntegration)Configuration data forAPPFLOW_INTEGRATIONworkflow type.IntegrationConfig.BuilderappflowIntegration(AppflowIntegration appflowIntegration)Configuration data forAPPFLOW_INTEGRATIONworkflow 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, sdkFields
-
-
-
-
Method Detail
-
appflowIntegration
IntegrationConfig.Builder appflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for
APPFLOW_INTEGRATIONworkflow type.- Parameters:
appflowIntegration- Configuration data forAPPFLOW_INTEGRATIONworkflow 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_INTEGRATIONworkflow type.AppflowIntegration.Builderavoiding the need to create one manually viaAppflowIntegration.builder().When the
Consumercompletes,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:
appflowIntegration(AppflowIntegration)
-
-