Struct aws_sdk_kinesisanalyticsv2::operation::add_application_input::builders::AddApplicationInputInputBuilder
source · #[non_exhaustive]pub struct AddApplicationInputInputBuilder { /* private fields */ }Expand description
A builder for AddApplicationInputInput.
Implementations§
source§impl AddApplicationInputInputBuilder
impl AddApplicationInputInputBuilder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of your existing application to which you want to add the streaming source.
This field is required.sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of your existing application to which you want to add the streaming source.
sourcepub fn get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
The name of your existing application to which you want to add the streaming source.
sourcepub fn current_application_version_id(self, input: i64) -> Self
pub fn current_application_version_id(self, input: i64) -> Self
The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.You can use the DescribeApplication operation to find the current application version.
sourcepub fn set_current_application_version_id(self, input: Option<i64>) -> Self
pub fn set_current_application_version_id(self, input: Option<i64>) -> Self
The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.You can use the DescribeApplication operation to find the current application version.
sourcepub fn get_current_application_version_id(&self) -> &Option<i64>
pub fn get_current_application_version_id(&self) -> &Option<i64>
The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.You can use the DescribeApplication operation to find the current application version.
sourcepub fn build(self) -> Result<AddApplicationInputInput, BuildError>
pub fn build(self) -> Result<AddApplicationInputInput, BuildError>
Consumes the builder and constructs a AddApplicationInputInput.
source§impl AddApplicationInputInputBuilder
impl AddApplicationInputInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AddApplicationInputOutput, SdkError<AddApplicationInputError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AddApplicationInputOutput, SdkError<AddApplicationInputError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AddApplicationInputInputBuilder
impl Clone for AddApplicationInputInputBuilder
source§fn clone(&self) -> AddApplicationInputInputBuilder
fn clone(&self) -> AddApplicationInputInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AddApplicationInputInputBuilder
impl Default for AddApplicationInputInputBuilder
source§fn default() -> AddApplicationInputInputBuilder
fn default() -> AddApplicationInputInputBuilder
source§impl PartialEq for AddApplicationInputInputBuilder
impl PartialEq for AddApplicationInputInputBuilder
source§fn eq(&self, other: &AddApplicationInputInputBuilder) -> bool
fn eq(&self, other: &AddApplicationInputInputBuilder) -> bool
self and other values to be equal, and is used
by ==.