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