pub struct UpdateFlowFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateFlow.
Updates flow
Implementations§
source§impl UpdateFlowFluentBuilder
impl UpdateFlowFluentBuilder
sourcepub fn as_input(&self) -> &UpdateFlowInputBuilder
pub fn as_input(&self) -> &UpdateFlowInputBuilder
Access the UpdateFlow as a reference.
sourcepub async fn send(
self
) -> Result<UpdateFlowOutput, SdkError<UpdateFlowError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateFlowOutput, SdkError<UpdateFlowError, 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<UpdateFlowOutput, UpdateFlowError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateFlowOutput, UpdateFlowError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The flow that you want to update.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The flow that you want to update.
sourcepub fn source_failover_config(self, input: UpdateFailoverConfig) -> Self
pub fn source_failover_config(self, input: UpdateFailoverConfig) -> Self
The settings for source failover.
sourcepub fn set_source_failover_config(
self,
input: Option<UpdateFailoverConfig>
) -> Self
pub fn set_source_failover_config( self, input: Option<UpdateFailoverConfig> ) -> Self
The settings for source failover.
sourcepub fn get_source_failover_config(&self) -> &Option<UpdateFailoverConfig>
pub fn get_source_failover_config(&self) -> &Option<UpdateFailoverConfig>
The settings for source failover.
sourcepub fn maintenance(self, input: UpdateMaintenance) -> Self
pub fn maintenance(self, input: UpdateMaintenance) -> Self
Update maintenance setting for a flow
sourcepub fn set_maintenance(self, input: Option<UpdateMaintenance>) -> Self
pub fn set_maintenance(self, input: Option<UpdateMaintenance>) -> Self
Update maintenance setting for a flow
sourcepub fn get_maintenance(&self) -> &Option<UpdateMaintenance>
pub fn get_maintenance(&self) -> &Option<UpdateMaintenance>
Update maintenance setting for a flow
Trait Implementations§
source§impl Clone for UpdateFlowFluentBuilder
impl Clone for UpdateFlowFluentBuilder
source§fn clone(&self) -> UpdateFlowFluentBuilder
fn clone(&self) -> UpdateFlowFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more