Struct aws_sdk_iotthingsgraph::operation::delete_flow_template::builders::DeleteFlowTemplateFluentBuilder
source · pub struct DeleteFlowTemplateFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteFlowTemplate.
Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).
Implementations§
source§impl DeleteFlowTemplateFluentBuilder
impl DeleteFlowTemplateFluentBuilder
sourcepub fn as_input(&self) -> &DeleteFlowTemplateInputBuilder
pub fn as_input(&self) -> &DeleteFlowTemplateInputBuilder
Access the DeleteFlowTemplate as a reference.
sourcepub async fn send(
self
) -> Result<DeleteFlowTemplateOutput, SdkError<DeleteFlowTemplateError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteFlowTemplateOutput, SdkError<DeleteFlowTemplateError, 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<DeleteFlowTemplateOutput, DeleteFlowTemplateError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteFlowTemplateOutput, DeleteFlowTemplateError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
Trait Implementations§
source§impl Clone for DeleteFlowTemplateFluentBuilder
impl Clone for DeleteFlowTemplateFluentBuilder
source§fn clone(&self) -> DeleteFlowTemplateFluentBuilder
fn clone(&self) -> DeleteFlowTemplateFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more