Struct aws_sdk_databrew::client::fluent_builders::CreateRecipe [−][src]
pub struct CreateRecipe<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateRecipe
.
Creates a new DataBrew recipe.
Implementations
impl<C, M, R> CreateRecipe<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateRecipe<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateRecipeOutput, SdkError<CreateRecipeError>> where
R::Policy: SmithyRetryPolicy<CreateRecipeInputOperationOutputAlias, CreateRecipeOutput, CreateRecipeError, CreateRecipeInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateRecipeOutput, SdkError<CreateRecipeError>> where
R::Policy: SmithyRetryPolicy<CreateRecipeInputOperationOutputAlias, CreateRecipeOutput, CreateRecipeError, CreateRecipeInputOperationRetryAlias>,
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 for the recipe.
A description for the recipe.
A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
Appends an item to Steps
.
To override the contents of this collection use set_steps
.
An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
Adds a key-value pair to Tags
.
To override the contents of this collection use set_tags
.
Metadata tags to apply to this recipe.
Metadata tags to apply to this recipe.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateRecipe<C, M, R>
impl<C, M, R> Unpin for CreateRecipe<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateRecipe<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