Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.AppflowIntegration.Builder
-
Packages that use AppflowIntegration.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AppflowIntegration.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AppflowIntegration.Builder Modifier and Type Method Description AppflowIntegration.BuilderAppflowIntegration.Builder. batches(Collection<Batch> batches)Batches in workflow of typeAPPFLOW_INTEGRATION.AppflowIntegration.BuilderAppflowIntegration.Builder. batches(Consumer<Batch.Builder>... batches)Batches in workflow of typeAPPFLOW_INTEGRATION.AppflowIntegration.BuilderAppflowIntegration.Builder. batches(Batch... batches)Batches in workflow of typeAPPFLOW_INTEGRATION.static AppflowIntegration.BuilderAppflowIntegration. builder()default AppflowIntegration.BuilderAppflowIntegration.Builder. flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)Sets the value of the FlowDefinition property for this object.AppflowIntegration.BuilderAppflowIntegration.Builder. flowDefinition(FlowDefinition flowDefinition)Sets the value of the FlowDefinition property for this object.AppflowIntegration.BuilderAppflowIntegration. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AppflowIntegration.Builder Modifier and Type Method Description static Class<? extends AppflowIntegration.Builder>AppflowIntegration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AppflowIntegration.Builder Modifier and Type Method Description default IntegrationConfig.BuilderIntegrationConfig.Builder. appflowIntegration(Consumer<AppflowIntegration.Builder> appflowIntegration)Configuration data forAPPFLOW_INTEGRATIONworkflow type.
-