public static interface DeleteAssistantAssociationRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<DeleteAssistantAssociationRequest.Builder,DeleteAssistantAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAssistantAssociationRequest.Builder |
assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
|
DeleteAssistantAssociationRequest.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
DeleteAssistantAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAssistantAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAssistantAssociationRequest.Builder assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantAssociationId - The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the
ARN.DeleteAssistantAssociationRequest.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.DeleteAssistantAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAssistantAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.