Struct aws_sdk_kinesisanalyticsv2::operation::start_application::builders::StartApplicationFluentBuilder
source · pub struct StartApplicationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to StartApplication.
Starts the specified Kinesis Data Analytics application. After creating an application, you must exclusively call this operation to start your application.
Implementations§
source§impl StartApplicationFluentBuilder
impl StartApplicationFluentBuilder
sourcepub fn as_input(&self) -> &StartApplicationInputBuilder
pub fn as_input(&self) -> &StartApplicationInputBuilder
Access the StartApplication as a reference.
sourcepub async fn send(
self
) -> Result<StartApplicationOutput, SdkError<StartApplicationError, HttpResponse>>
pub async fn send( self ) -> Result<StartApplicationOutput, SdkError<StartApplicationError, 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<StartApplicationOutput, StartApplicationError, Self>
pub fn customize( self ) -> CustomizableOperation<StartApplicationOutput, StartApplicationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of the application.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of the application.
sourcepub fn get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
The name of the application.
sourcepub fn run_configuration(self, input: RunConfiguration) -> Self
pub fn run_configuration(self, input: RunConfiguration) -> Self
Identifies the run configuration (start parameters) of a Kinesis Data Analytics application.
sourcepub fn set_run_configuration(self, input: Option<RunConfiguration>) -> Self
pub fn set_run_configuration(self, input: Option<RunConfiguration>) -> Self
Identifies the run configuration (start parameters) of a Kinesis Data Analytics application.
sourcepub fn get_run_configuration(&self) -> &Option<RunConfiguration>
pub fn get_run_configuration(&self) -> &Option<RunConfiguration>
Identifies the run configuration (start parameters) of a Kinesis Data Analytics application.
Trait Implementations§
source§impl Clone for StartApplicationFluentBuilder
impl Clone for StartApplicationFluentBuilder
source§fn clone(&self) -> StartApplicationFluentBuilder
fn clone(&self) -> StartApplicationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more