Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.IntegrationIdentifier.Builder
-
Packages that use IntegrationIdentifier.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of IntegrationIdentifier.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return IntegrationIdentifier.Builder Modifier and Type Method Description static IntegrationIdentifier.BuilderIntegrationIdentifier. builder()default IntegrationIdentifier.BuilderIntegrationIdentifier.Builder. customerProfiles(Consumer<CustomerProfilesIntegrationIdentifier.Builder> customerProfiles)Sets the value of the CustomerProfiles property for this object.IntegrationIdentifier.BuilderIntegrationIdentifier.Builder. customerProfiles(CustomerProfilesIntegrationIdentifier customerProfiles)Sets the value of the CustomerProfiles property for this object.default IntegrationIdentifier.BuilderIntegrationIdentifier.Builder. qConnect(Consumer<QConnectIntegrationIdentifier.Builder> qConnect)Sets the value of the QConnect property for this object.IntegrationIdentifier.BuilderIntegrationIdentifier.Builder. qConnect(QConnectIntegrationIdentifier qConnect)Sets the value of the QConnect property for this object.IntegrationIdentifier.BuilderIntegrationIdentifier. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type IntegrationIdentifier.Builder Modifier and Type Method Description static Class<? extends IntegrationIdentifier.Builder>IntegrationIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type IntegrationIdentifier.Builder Modifier and Type Method Description default DeleteConnectInstanceIntegrationRequest.BuilderDeleteConnectInstanceIntegrationRequest.Builder. integrationIdentifier(Consumer<IntegrationIdentifier.Builder> integrationIdentifier)Sets the value of the IntegrationIdentifier property for this object.
-