Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.IntegrationConfig.Builder
-
Packages that use IntegrationConfig.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of IntegrationConfig.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return IntegrationConfig.Builder Modifier and Type Method Description default IntegrationConfig.BuilderIntegrationConfig.Builder. appflowIntegration(Consumer<AppflowIntegration.Builder> appflowIntegration)Configuration data forAPPFLOW_INTEGRATIONworkflow type.IntegrationConfig.BuilderIntegrationConfig.Builder. appflowIntegration(AppflowIntegration appflowIntegration)Configuration data forAPPFLOW_INTEGRATIONworkflow type.static IntegrationConfig.BuilderIntegrationConfig. builder()IntegrationConfig.BuilderIntegrationConfig. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type IntegrationConfig.Builder Modifier and Type Method Description static Class<? extends IntegrationConfig.Builder>IntegrationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type IntegrationConfig.Builder Modifier and Type Method Description default CreateIntegrationWorkflowRequest.BuilderCreateIntegrationWorkflowRequest.Builder. integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)Configuration data for integration workflow.
-