Struct aws_sdk_databrew::client::fluent_builders::UpdateDataset [−][src]
pub struct UpdateDataset<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateDataset
.
Modifies the definition of an existing DataBrew dataset.
Implementations
impl<C, M, R> UpdateDataset<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateDataset<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateDatasetOutput, SdkError<UpdateDatasetError>> where
R::Policy: SmithyRetryPolicy<UpdateDatasetInputOperationOutputAlias, UpdateDatasetOutput, UpdateDatasetError, UpdateDatasetInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateDatasetOutput, SdkError<UpdateDatasetError>> where
R::Policy: SmithyRetryPolicy<UpdateDatasetInputOperationOutputAlias, UpdateDatasetOutput, UpdateDatasetError, UpdateDatasetInputOperationRetryAlias>,
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.
The file format of a dataset that is created from an Amazon S3 file or folder.
The file format of a dataset that is created from an Amazon S3 file or folder.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateDataset<C, M, R>
impl<C, M, R> Unpin for UpdateDataset<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateDataset<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more