Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.QConnectIntegrationConfig.Builder
-
Packages that use QConnectIntegrationConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of QConnectIntegrationConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return QConnectIntegrationConfig.Builder Modifier and Type Method Description static QConnectIntegrationConfig.BuilderQConnectIntegrationConfig. builder()QConnectIntegrationConfig.BuilderQConnectIntegrationConfig.Builder. knowledgeBaseArn(String knowledgeBaseArn)Sets the value of the KnowledgeBaseArn property for this object.QConnectIntegrationConfig.BuilderQConnectIntegrationConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type QConnectIntegrationConfig.Builder Modifier and Type Method Description static Class<? extends QConnectIntegrationConfig.Builder>QConnectIntegrationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type QConnectIntegrationConfig.Builder Modifier and Type Method Description static IntegrationConfigIntegrationConfig. fromQConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)Create an instance of this class withIntegrationConfig.qConnect()initialized to the given value.default IntegrationConfig.BuilderIntegrationConfig.Builder. qConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)Sets the value of the QConnect property for this object.
-