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