public static interface AssistantAssociationSummary.Builder extends SdkPojo, CopyableBuilder<AssistantAssociationSummary.Builder,AssistantAssociationSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssistantAssociationSummary.Builder assistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant
assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistantAssistantAssociationSummary.Builder assistantAssociationArn(String assistantAssociationArn)
The Amazon Resource Name (ARN) of the assistant association.
assistantAssociationArn - The Amazon Resource Name (ARN) of the assistant association.AssistantAssociationSummary.Builder assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
assistantAssociationId - The identifier of the assistant association.AssistantAssociationSummary.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId - The identifier of the Wisdom assistant.AssistantAssociationSummary.Builder associationData(AssistantAssociationOutputData associationData)
The association data.
associationData - The association data.default AssistantAssociationSummary.Builder associationData(Consumer<AssistantAssociationOutputData.Builder> associationData)
The association data.
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)AssistantAssociationSummary.Builder associationType(String associationType)
The type of association.
associationType - The type of association.AssociationType,
AssociationTypeAssistantAssociationSummary.Builder associationType(AssociationType associationType)
The type of association.
associationType - The type of association.AssociationType,
AssociationTypeAssistantAssociationSummary.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.