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