Struct aws_sdk_kinesisanalyticsv2::operation::add_application_input_processing_configuration::builders::AddApplicationInputProcessingConfigurationOutputBuilder
source · #[non_exhaustive]pub struct AddApplicationInputProcessingConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for AddApplicationInputProcessingConfigurationOutput.
Implementations§
source§impl AddApplicationInputProcessingConfigurationOutputBuilder
impl AddApplicationInputProcessingConfigurationOutputBuilder
sourcepub fn application_arn(self, input: impl Into<String>) -> Self
pub fn application_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the application.
sourcepub fn set_application_arn(self, input: Option<String>) -> Self
pub fn set_application_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the application.
sourcepub fn get_application_arn(&self) -> &Option<String>
pub fn get_application_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the application.
sourcepub fn application_version_id(self, input: i64) -> Self
pub fn application_version_id(self, input: i64) -> Self
Provides the current application version.
sourcepub fn set_application_version_id(self, input: Option<i64>) -> Self
pub fn set_application_version_id(self, input: Option<i64>) -> Self
Provides the current application version.
sourcepub fn get_application_version_id(&self) -> &Option<i64>
pub fn get_application_version_id(&self) -> &Option<i64>
Provides the current application version.
sourcepub fn input_id(self, input: impl Into<String>) -> Self
pub fn input_id(self, input: impl Into<String>) -> Self
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
sourcepub fn set_input_id(self, input: Option<String>) -> Self
pub fn set_input_id(self, input: Option<String>) -> Self
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
sourcepub fn get_input_id(&self) -> &Option<String>
pub fn get_input_id(&self) -> &Option<String>
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
sourcepub fn input_processing_configuration_description(
self,
input: InputProcessingConfigurationDescription
) -> Self
pub fn input_processing_configuration_description( self, input: InputProcessingConfigurationDescription ) -> Self
The description of the preprocessor that executes on records in this input before the application's code is run.
sourcepub fn set_input_processing_configuration_description(
self,
input: Option<InputProcessingConfigurationDescription>
) -> Self
pub fn set_input_processing_configuration_description( self, input: Option<InputProcessingConfigurationDescription> ) -> Self
The description of the preprocessor that executes on records in this input before the application's code is run.
sourcepub fn get_input_processing_configuration_description(
&self
) -> &Option<InputProcessingConfigurationDescription>
pub fn get_input_processing_configuration_description( &self ) -> &Option<InputProcessingConfigurationDescription>
The description of the preprocessor that executes on records in this input before the application's code is run.
sourcepub fn build(self) -> AddApplicationInputProcessingConfigurationOutput
pub fn build(self) -> AddApplicationInputProcessingConfigurationOutput
Consumes the builder and constructs a AddApplicationInputProcessingConfigurationOutput.
Trait Implementations§
source§impl Clone for AddApplicationInputProcessingConfigurationOutputBuilder
impl Clone for AddApplicationInputProcessingConfigurationOutputBuilder
source§fn clone(&self) -> AddApplicationInputProcessingConfigurationOutputBuilder
fn clone(&self) -> AddApplicationInputProcessingConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AddApplicationInputProcessingConfigurationOutputBuilder
impl Default for AddApplicationInputProcessingConfigurationOutputBuilder
source§fn default() -> AddApplicationInputProcessingConfigurationOutputBuilder
fn default() -> AddApplicationInputProcessingConfigurationOutputBuilder
source§impl PartialEq for AddApplicationInputProcessingConfigurationOutputBuilder
impl PartialEq for AddApplicationInputProcessingConfigurationOutputBuilder
source§fn eq(
&self,
other: &AddApplicationInputProcessingConfigurationOutputBuilder
) -> bool
fn eq( &self, other: &AddApplicationInputProcessingConfigurationOutputBuilder ) -> bool
self and other values to be equal, and is used
by ==.