Struct aws_sdk_databrew::client::fluent_builders::UpdateRecipe
source · [−]pub struct UpdateRecipe<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateRecipe
.
Modifies the definition of the LATEST_WORKING
version of a DataBrew recipe.
Implementations
impl<C, M, R> UpdateRecipe<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateRecipe<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateRecipeOutput, SdkError<UpdateRecipeError>> where
R::Policy: SmithyRetryPolicy<UpdateRecipeInputOperationOutputAlias, UpdateRecipeOutput, UpdateRecipeError, UpdateRecipeInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateRecipeOutput, SdkError<UpdateRecipeError>> where
R::Policy: SmithyRetryPolicy<UpdateRecipeInputOperationOutputAlias, UpdateRecipeOutput, UpdateRecipeError, UpdateRecipeInputOperationRetryAlias>,
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.
A description of the recipe.
A description of the recipe.
Appends an item to Steps
.
To override the contents of this collection use set_steps
.
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateRecipe<C, M, R>
impl<C, M, R> Unpin for UpdateRecipe<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateRecipe<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