public static interface AssistantAssociationData.Builder extends SdkPojo, CopyableBuilder<AssistantAssociationData.Builder,AssistantAssociationData>
| Modifier and Type | Method and Description |
|---|---|
AssistantAssociationData.Builder |
assistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant
|
AssistantAssociationData.Builder |
assistantAssociationArn(String assistantAssociationArn)
The Amazon Resource Name (ARN) of the assistant association.
|
AssistantAssociationData.Builder |
assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
|
AssistantAssociationData.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
AssistantAssociationData.Builder |
associationData(AssistantAssociationOutputData associationData)
A union type that currently has a single argument, the knowledge base ID.
|
default AssistantAssociationData.Builder |
associationData(Consumer<AssistantAssociationOutputData.Builder> associationData)
A union type that currently has a single argument, the knowledge base ID.
|
AssistantAssociationData.Builder |
associationType(AssociationType associationType)
The type of association.
|
AssistantAssociationData.Builder |
associationType(String associationType)
The type of association.
|
AssistantAssociationData.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssistantAssociationData.Builder assistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant
assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistantAssistantAssociationData.Builder assistantAssociationArn(String assistantAssociationArn)
The Amazon Resource Name (ARN) of the assistant association.
assistantAssociationArn - The Amazon Resource Name (ARN) of the assistant association.AssistantAssociationData.Builder assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
assistantAssociationId - The identifier of the assistant association.AssistantAssociationData.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId - The identifier of the Wisdom assistant.AssistantAssociationData.Builder associationData(AssistantAssociationOutputData associationData)
A union type that currently has a single argument, the knowledge base ID.
associationData - A union type that currently has a single argument, the knowledge base ID.default AssistantAssociationData.Builder associationData(Consumer<AssistantAssociationOutputData.Builder> associationData)
A union type that currently has a single argument, the knowledge base ID.
This is a convenience that creates an instance of theAssistantAssociationOutputData.Builder avoiding
the need to create one manually via AssistantAssociationOutputData.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to associationData(AssistantAssociationOutputData).associationData - a consumer that will call methods on AssistantAssociationOutputData.BuilderassociationData(AssistantAssociationOutputData)AssistantAssociationData.Builder associationType(String associationType)
The type of association.
associationType - The type of association.AssociationType,
AssociationTypeAssistantAssociationData.Builder associationType(AssociationType associationType)
The type of association.
associationType - The type of association.AssociationType,
AssociationTypeAssistantAssociationData.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2021. All rights reserved.