Struct aws_sdk_kinesisanalyticsv2::operation::add_application_input::builders::AddApplicationInputOutputBuilder
source · #[non_exhaustive]pub struct AddApplicationInputOutputBuilder { /* private fields */ }Expand description
A builder for AddApplicationInputOutput.
Implementations§
source§impl AddApplicationInputOutputBuilder
impl AddApplicationInputOutputBuilder
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_descriptions(self, input: InputDescription) -> Self
pub fn input_descriptions(self, input: InputDescription) -> Self
Appends an item to input_descriptions.
To override the contents of this collection use set_input_descriptions.
Describes the application input configuration.
sourcepub fn set_input_descriptions(
self,
input: Option<Vec<InputDescription>>
) -> Self
pub fn set_input_descriptions( self, input: Option<Vec<InputDescription>> ) -> Self
Describes the application input configuration.
sourcepub fn get_input_descriptions(&self) -> &Option<Vec<InputDescription>>
pub fn get_input_descriptions(&self) -> &Option<Vec<InputDescription>>
Describes the application input configuration.
sourcepub fn build(self) -> AddApplicationInputOutput
pub fn build(self) -> AddApplicationInputOutput
Consumes the builder and constructs a AddApplicationInputOutput.
Trait Implementations§
source§impl Clone for AddApplicationInputOutputBuilder
impl Clone for AddApplicationInputOutputBuilder
source§fn clone(&self) -> AddApplicationInputOutputBuilder
fn clone(&self) -> AddApplicationInputOutputBuilder
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 AddApplicationInputOutputBuilder
impl Default for AddApplicationInputOutputBuilder
source§fn default() -> AddApplicationInputOutputBuilder
fn default() -> AddApplicationInputOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddApplicationInputOutputBuilder
impl PartialEq for AddApplicationInputOutputBuilder
source§fn eq(&self, other: &AddApplicationInputOutputBuilder) -> bool
fn eq(&self, other: &AddApplicationInputOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddApplicationInputOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddApplicationInputOutputBuilder
impl Send for AddApplicationInputOutputBuilder
impl Sync for AddApplicationInputOutputBuilder
impl Unpin for AddApplicationInputOutputBuilder
impl UnwindSafe for AddApplicationInputOutputBuilder
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.