pub struct Builder { /* private fields */ }Expand description
A builder for CreateUploadUrlOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn import_id(self, input: impl Into<String>) -> Self
pub fn import_id(self, input: impl Into<String>) -> Self
An identifier for a unique import job. Use it when you call the StartImport operation.
sourcepub fn set_import_id(self, input: Option<String>) -> Self
pub fn set_import_id(self, input: Option<String>) -> Self
An identifier for a unique import job. Use it when you call the StartImport operation.
sourcepub fn upload_url(self, input: impl Into<String>) -> Self
pub fn upload_url(self, input: impl Into<String>) -> Self
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
sourcepub fn set_upload_url(self, input: Option<String>) -> Self
pub fn set_upload_url(self, input: Option<String>) -> Self
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
sourcepub fn build(self) -> CreateUploadUrlOutput
pub fn build(self) -> CreateUploadUrlOutput
Consumes the builder and constructs a CreateUploadUrlOutput.