Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.IntegrationConfig.Builder
-
Packages that use IntegrationConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of IntegrationConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return IntegrationConfig.Builder Modifier and Type Method Description static IntegrationConfig.BuilderIntegrationConfig. builder()default IntegrationConfig.BuilderIntegrationConfig.Builder. customerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)Sets the value of the CustomerProfiles property for this object.IntegrationConfig.BuilderIntegrationConfig.Builder. customerProfiles(CustomerProfilesIntegrationConfig customerProfiles)Sets the value of the CustomerProfiles property for this object.default IntegrationConfig.BuilderIntegrationConfig.Builder. qConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)Sets the value of the QConnect property for this object.IntegrationConfig.BuilderIntegrationConfig.Builder. qConnect(QConnectIntegrationConfig qConnect)Sets the value of the QConnect property for this object.IntegrationConfig.BuilderIntegrationConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.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.connectcampaignsv2.model with type arguments of type IntegrationConfig.Builder Modifier and Type Method Description default PutConnectInstanceIntegrationRequest.BuilderPutConnectInstanceIntegrationRequest.Builder. integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)Sets the value of the IntegrationConfig property for this object.
-