public static interface CreateUploadUrlResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateUploadUrlResponse.Builder,CreateUploadUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateUploadUrlResponse.Builder |
importId(String importId)
An identifier for a unique import job.
|
CreateUploadUrlResponse.Builder |
uploadUrl(String uploadUrl)
A pre-signed S3 write URL.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUploadUrlResponse.Builder importId(String importId)
An identifier for a unique import job. Use it when you call the StartImport operation.
importId - An identifier for a unique import job. Use it when you call the StartImport
operation.CreateUploadUrlResponse.Builder uploadUrl(String uploadUrl)
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
uploadUrl - A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot
locale.Copyright © 2023. All rights reserved.