Struct aws_sdk_kinesisanalyticsv2::types::builders::InputProcessingConfigurationUpdateBuilder
source · #[non_exhaustive]pub struct InputProcessingConfigurationUpdateBuilder { /* private fields */ }Expand description
A builder for InputProcessingConfigurationUpdate.
Implementations§
source§impl InputProcessingConfigurationUpdateBuilder
impl InputProcessingConfigurationUpdateBuilder
sourcepub fn input_lambda_processor_update(
self,
input: InputLambdaProcessorUpdate
) -> Self
pub fn input_lambda_processor_update( self, input: InputLambdaProcessorUpdate ) -> Self
Provides update information for an InputLambdaProcessor.
sourcepub fn set_input_lambda_processor_update(
self,
input: Option<InputLambdaProcessorUpdate>
) -> Self
pub fn set_input_lambda_processor_update( self, input: Option<InputLambdaProcessorUpdate> ) -> Self
Provides update information for an InputLambdaProcessor.
sourcepub fn get_input_lambda_processor_update(
&self
) -> &Option<InputLambdaProcessorUpdate>
pub fn get_input_lambda_processor_update( &self ) -> &Option<InputLambdaProcessorUpdate>
Provides update information for an InputLambdaProcessor.
sourcepub fn build(self) -> InputProcessingConfigurationUpdate
pub fn build(self) -> InputProcessingConfigurationUpdate
Consumes the builder and constructs a InputProcessingConfigurationUpdate.
Trait Implementations§
source§impl Clone for InputProcessingConfigurationUpdateBuilder
impl Clone for InputProcessingConfigurationUpdateBuilder
source§fn clone(&self) -> InputProcessingConfigurationUpdateBuilder
fn clone(&self) -> InputProcessingConfigurationUpdateBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for InputProcessingConfigurationUpdateBuilder
impl Default for InputProcessingConfigurationUpdateBuilder
source§fn default() -> InputProcessingConfigurationUpdateBuilder
fn default() -> InputProcessingConfigurationUpdateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InputProcessingConfigurationUpdateBuilder
impl PartialEq for InputProcessingConfigurationUpdateBuilder
source§fn eq(&self, other: &InputProcessingConfigurationUpdateBuilder) -> bool
fn eq(&self, other: &InputProcessingConfigurationUpdateBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InputProcessingConfigurationUpdateBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InputProcessingConfigurationUpdateBuilder
impl Send for InputProcessingConfigurationUpdateBuilder
impl Sync for InputProcessingConfigurationUpdateBuilder
impl Unpin for InputProcessingConfigurationUpdateBuilder
impl UnwindSafe for InputProcessingConfigurationUpdateBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.