public static interface DeleteContentRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<DeleteContentRequest.Builder,DeleteContentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteContentRequest.Builder |
contentId(String contentId)
The identifier of the content.
|
DeleteContentRequest.Builder |
knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
DeleteContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteContentRequest.Builder contentId(String contentId)
The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
contentId - The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.DeleteContentRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
knowledgeBaseId - The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.DeleteContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.