pub struct CreateImportJobFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateImportJob.
Creates an import job for a data destination.
Implementations§
source§impl CreateImportJobFluentBuilder
impl CreateImportJobFluentBuilder
sourcepub fn as_input(&self) -> &CreateImportJobInputBuilder
pub fn as_input(&self) -> &CreateImportJobInputBuilder
Access the CreateImportJob as a reference.
sourcepub async fn send(
self
) -> Result<CreateImportJobOutput, SdkError<CreateImportJobError, HttpResponse>>
pub async fn send( self ) -> Result<CreateImportJobOutput, SdkError<CreateImportJobError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateImportJobOutput, CreateImportJobError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateImportJobOutput, CreateImportJobError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn import_destination(self, input: ImportDestination) -> Self
pub fn import_destination(self, input: ImportDestination) -> Self
The destination for the import job.
sourcepub fn set_import_destination(self, input: Option<ImportDestination>) -> Self
pub fn set_import_destination(self, input: Option<ImportDestination>) -> Self
The destination for the import job.
sourcepub fn get_import_destination(&self) -> &Option<ImportDestination>
pub fn get_import_destination(&self) -> &Option<ImportDestination>
The destination for the import job.
sourcepub fn import_data_source(self, input: ImportDataSource) -> Self
pub fn import_data_source(self, input: ImportDataSource) -> Self
The data source for the import job.
sourcepub fn set_import_data_source(self, input: Option<ImportDataSource>) -> Self
pub fn set_import_data_source(self, input: Option<ImportDataSource>) -> Self
The data source for the import job.
sourcepub fn get_import_data_source(&self) -> &Option<ImportDataSource>
pub fn get_import_data_source(&self) -> &Option<ImportDataSource>
The data source for the import job.
Trait Implementations§
source§impl Clone for CreateImportJobFluentBuilder
impl Clone for CreateImportJobFluentBuilder
source§fn clone(&self) -> CreateImportJobFluentBuilder
fn clone(&self) -> CreateImportJobFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more