pub struct UpdateEventSourceMappingRequestBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> UpdateEventSourceMappingRequestBuilder<S>
impl<S: State> UpdateEventSourceMappingRequestBuilder<S>
Sourcepub fn build(self) -> UpdateEventSourceMappingRequestwhere
S: IsComplete,
pub fn build(self) -> UpdateEventSourceMappingRequestwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn batch_size(
self,
value: i32,
) -> UpdateEventSourceMappingRequestBuilder<SetBatchSize<S>>where
S::BatchSize: IsUnset,
pub fn batch_size(
self,
value: i32,
) -> UpdateEventSourceMappingRequestBuilder<SetBatchSize<S>>where
S::BatchSize: IsUnset,
Sourcepub fn maybe_batch_size(
self,
value: Option<i32>,
) -> UpdateEventSourceMappingRequestBuilder<SetBatchSize<S>>where
S::BatchSize: IsUnset,
pub fn maybe_batch_size(
self,
value: Option<i32>,
) -> UpdateEventSourceMappingRequestBuilder<SetBatchSize<S>>where
S::BatchSize: IsUnset,
Sourcepub fn enabled(
self,
value: bool,
) -> UpdateEventSourceMappingRequestBuilder<SetEnabled<S>>where
S::Enabled: IsUnset,
pub fn enabled(
self,
value: bool,
) -> UpdateEventSourceMappingRequestBuilder<SetEnabled<S>>where
S::Enabled: IsUnset,
Sourcepub fn maybe_enabled(
self,
value: Option<bool>,
) -> UpdateEventSourceMappingRequestBuilder<SetEnabled<S>>where
S::Enabled: IsUnset,
pub fn maybe_enabled(
self,
value: Option<bool>,
) -> UpdateEventSourceMappingRequestBuilder<SetEnabled<S>>where
S::Enabled: IsUnset,
Sourcepub fn function_name(
self,
value: String,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionName<S>>where
S::FunctionName: IsUnset,
pub fn function_name(
self,
value: String,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionName<S>>where
S::FunctionName: IsUnset,
Sourcepub fn maybe_function_name(
self,
value: Option<String>,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionName<S>>where
S::FunctionName: IsUnset,
pub fn maybe_function_name(
self,
value: Option<String>,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionName<S>>where
S::FunctionName: IsUnset,
Sourcepub fn maximum_batching_window_in_seconds(
self,
value: i32,
) -> UpdateEventSourceMappingRequestBuilder<SetMaximumBatchingWindowInSeconds<S>>where
S::MaximumBatchingWindowInSeconds: IsUnset,
pub fn maximum_batching_window_in_seconds(
self,
value: i32,
) -> UpdateEventSourceMappingRequestBuilder<SetMaximumBatchingWindowInSeconds<S>>where
S::MaximumBatchingWindowInSeconds: IsUnset,
Sourcepub fn maybe_maximum_batching_window_in_seconds(
self,
value: Option<i32>,
) -> UpdateEventSourceMappingRequestBuilder<SetMaximumBatchingWindowInSeconds<S>>where
S::MaximumBatchingWindowInSeconds: IsUnset,
pub fn maybe_maximum_batching_window_in_seconds(
self,
value: Option<i32>,
) -> UpdateEventSourceMappingRequestBuilder<SetMaximumBatchingWindowInSeconds<S>>where
S::MaximumBatchingWindowInSeconds: IsUnset,
Sourcepub fn function_response_types(
self,
value: Vec<String>,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionResponseTypes<S>>where
S::FunctionResponseTypes: IsUnset,
pub fn function_response_types(
self,
value: Vec<String>,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionResponseTypes<S>>where
S::FunctionResponseTypes: IsUnset,
Sourcepub fn maybe_function_response_types(
self,
value: Option<Vec<String>>,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionResponseTypes<S>>where
S::FunctionResponseTypes: IsUnset,
pub fn maybe_function_response_types(
self,
value: Option<Vec<String>>,
) -> UpdateEventSourceMappingRequestBuilder<SetFunctionResponseTypes<S>>where
S::FunctionResponseTypes: IsUnset,
Sourcepub fn filter_criteria(
self,
value: FilterCriteria,
) -> UpdateEventSourceMappingRequestBuilder<SetFilterCriteria<S>>where
S::FilterCriteria: IsUnset,
pub fn filter_criteria(
self,
value: FilterCriteria,
) -> UpdateEventSourceMappingRequestBuilder<SetFilterCriteria<S>>where
S::FilterCriteria: IsUnset,
Sourcepub fn maybe_filter_criteria(
self,
value: Option<FilterCriteria>,
) -> UpdateEventSourceMappingRequestBuilder<SetFilterCriteria<S>>where
S::FilterCriteria: IsUnset,
pub fn maybe_filter_criteria(
self,
value: Option<FilterCriteria>,
) -> UpdateEventSourceMappingRequestBuilder<SetFilterCriteria<S>>where
S::FilterCriteria: IsUnset,
Sourcepub fn scaling_config(
self,
value: ScalingConfig,
) -> UpdateEventSourceMappingRequestBuilder<SetScalingConfig<S>>where
S::ScalingConfig: IsUnset,
pub fn scaling_config(
self,
value: ScalingConfig,
) -> UpdateEventSourceMappingRequestBuilder<SetScalingConfig<S>>where
S::ScalingConfig: IsUnset,
Sourcepub fn maybe_scaling_config(
self,
value: Option<ScalingConfig>,
) -> UpdateEventSourceMappingRequestBuilder<SetScalingConfig<S>>where
S::ScalingConfig: IsUnset,
pub fn maybe_scaling_config(
self,
value: Option<ScalingConfig>,
) -> UpdateEventSourceMappingRequestBuilder<SetScalingConfig<S>>where
S::ScalingConfig: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for UpdateEventSourceMappingRequestBuilder<S>
impl<S> RefUnwindSafe for UpdateEventSourceMappingRequestBuilder<S>
impl<S> Send for UpdateEventSourceMappingRequestBuilder<S>
impl<S> Sync for UpdateEventSourceMappingRequestBuilder<S>
impl<S> Unpin for UpdateEventSourceMappingRequestBuilder<S>
impl<S> UnsafeUnpin for UpdateEventSourceMappingRequestBuilder<S>
impl<S> UnwindSafe for UpdateEventSourceMappingRequestBuilder<S>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.