Uses of Interface
software.amazon.awssdk.services.wisdom.model.AssistantAssociationInputData.Builder
-
Packages that use AssistantAssociationInputData.Builder Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of AssistantAssociationInputData.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return AssistantAssociationInputData.Builder Modifier and Type Method Description static AssistantAssociationInputData.BuilderAssistantAssociationInputData. builder()AssistantAssociationInputData.BuilderAssistantAssociationInputData.Builder. knowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.AssistantAssociationInputData.BuilderAssistantAssociationInputData. toBuilder()Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type AssistantAssociationInputData.Builder Modifier and Type Method Description static Class<? extends AssistantAssociationInputData.Builder>AssistantAssociationInputData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wisdom.model with type arguments of type AssistantAssociationInputData.Builder Modifier and Type Method Description default CreateAssistantAssociationRequest.BuilderCreateAssistantAssociationRequest.Builder. association(Consumer<AssistantAssociationInputData.Builder> association)The identifier of the associated resource.
-