Interface CreateUploadUrlResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateUploadUrlResponse.Builder,,CreateUploadUrlResponse> LexModelsV2Response.Builder,SdkBuilder<CreateUploadUrlResponse.Builder,,CreateUploadUrlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateUploadUrlResponse
public static interface CreateUploadUrlResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateUploadUrlResponse.Builder,CreateUploadUrlResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn identifier for a unique import job.A pre-signed S3 write URL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
importId
An identifier for a unique import job. Use it when you call the StartImport operation.
- Parameters:
 importId- An identifier for a unique import job. Use it when you call the StartImport operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
uploadUrl
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
- Parameters:
 uploadUrl- A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -