Struct aws_sdk_lexmodelsv2::operation::create_upload_url::builders::CreateUploadUrlOutputBuilder
source · #[non_exhaustive]pub struct CreateUploadUrlOutputBuilder { /* private fields */ }Expand description
A builder for CreateUploadUrlOutput.
Implementations§
source§impl CreateUploadUrlOutputBuilder
impl CreateUploadUrlOutputBuilder
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.
Trait Implementations§
source§impl Clone for CreateUploadUrlOutputBuilder
impl Clone for CreateUploadUrlOutputBuilder
source§fn clone(&self) -> CreateUploadUrlOutputBuilder
fn clone(&self) -> CreateUploadUrlOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateUploadUrlOutputBuilder
impl Debug for CreateUploadUrlOutputBuilder
source§impl Default for CreateUploadUrlOutputBuilder
impl Default for CreateUploadUrlOutputBuilder
source§fn default() -> CreateUploadUrlOutputBuilder
fn default() -> CreateUploadUrlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateUploadUrlOutputBuilder> for CreateUploadUrlOutputBuilder
impl PartialEq<CreateUploadUrlOutputBuilder> for CreateUploadUrlOutputBuilder
source§fn eq(&self, other: &CreateUploadUrlOutputBuilder) -> bool
fn eq(&self, other: &CreateUploadUrlOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.