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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUploadUrlResponse.BuilderimportId(String importId)An identifier for a unique import job.CreateUploadUrlResponse.BuilderuploadUrl(String uploadUrl)A pre-signed S3 write URL.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
importId
CreateUploadUrlResponse.Builder importId(String 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
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.
- 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.
-
-