public static interface CreateAssistantAssociationRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<CreateAssistantAssociationRequest.Builder,CreateAssistantAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssistantAssociationRequest.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId - The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.CreateAssistantAssociationRequest.Builder association(AssistantAssociationInputData association)
The identifier of the associated resource.
association - The identifier of the associated resource.default CreateAssistantAssociationRequest.Builder association(Consumer<AssistantAssociationInputData.Builder> association)
The identifier of the associated resource.
This is a convenience method that creates an instance of theAssistantAssociationInputData.Builder
avoiding the need to create one manually via AssistantAssociationInputData.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to association(AssistantAssociationInputData).
association - a consumer that will call methods on AssistantAssociationInputData.Builderassociation(AssistantAssociationInputData)CreateAssistantAssociationRequest.Builder associationType(String associationType)
The type of association.
associationType - The type of association.AssociationType,
AssociationTypeCreateAssistantAssociationRequest.Builder associationType(AssociationType associationType)
The type of association.
associationType - The type of association.AssociationType,
AssociationTypeCreateAssistantAssociationRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateAssistantAssociationRequest.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.CreateAssistantAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssistantAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.