Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.CustomerProfilesIntegrationConfig.Builder
-
Packages that use CustomerProfilesIntegrationConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of CustomerProfilesIntegrationConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return CustomerProfilesIntegrationConfig.Builder Modifier and Type Method Description static CustomerProfilesIntegrationConfig.BuilderCustomerProfilesIntegrationConfig. builder()CustomerProfilesIntegrationConfig.BuilderCustomerProfilesIntegrationConfig.Builder. domainArn(String domainArn)Sets the value of the DomainArn property for this object.CustomerProfilesIntegrationConfig.BuilderCustomerProfilesIntegrationConfig.Builder. objectTypeNames(Map<EventType,String> objectTypeNames)Sets the value of the ObjectTypeNames property for this object.CustomerProfilesIntegrationConfig.BuilderCustomerProfilesIntegrationConfig.Builder. objectTypeNamesWithStrings(Map<String,String> objectTypeNames)Sets the value of the ObjectTypeNames property for this object.CustomerProfilesIntegrationConfig.BuilderCustomerProfilesIntegrationConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type CustomerProfilesIntegrationConfig.Builder Modifier and Type Method Description static Class<? extends CustomerProfilesIntegrationConfig.Builder>CustomerProfilesIntegrationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type CustomerProfilesIntegrationConfig.Builder Modifier and Type Method Description default IntegrationConfig.BuilderIntegrationConfig.Builder. customerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)Sets the value of the CustomerProfiles property for this object.static IntegrationConfigIntegrationConfig. fromCustomerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)Create an instance of this class withIntegrationConfig.customerProfiles()initialized to the given value.
-