Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.CustomerProfilesIntegrationIdentifier.Builder
-
Packages that use CustomerProfilesIntegrationIdentifier.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of CustomerProfilesIntegrationIdentifier.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return CustomerProfilesIntegrationIdentifier.Builder Modifier and Type Method Description static CustomerProfilesIntegrationIdentifier.BuilderCustomerProfilesIntegrationIdentifier. builder()CustomerProfilesIntegrationIdentifier.BuilderCustomerProfilesIntegrationIdentifier.Builder. domainArn(String domainArn)Sets the value of the DomainArn property for this object.CustomerProfilesIntegrationIdentifier.BuilderCustomerProfilesIntegrationIdentifier. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type CustomerProfilesIntegrationIdentifier.Builder Modifier and Type Method Description static Class<? extends CustomerProfilesIntegrationIdentifier.Builder>CustomerProfilesIntegrationIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type CustomerProfilesIntegrationIdentifier.Builder Modifier and Type Method Description default IntegrationIdentifier.BuilderIntegrationIdentifier.Builder. customerProfiles(Consumer<CustomerProfilesIntegrationIdentifier.Builder> customerProfiles)Sets the value of the CustomerProfiles property for this object.static IntegrationIdentifierIntegrationIdentifier. fromCustomerProfiles(Consumer<CustomerProfilesIntegrationIdentifier.Builder> customerProfiles)Create an instance of this class withIntegrationIdentifier.customerProfiles()initialized to the given value.
-