Struct aws_sdk_iotanalytics::operation::run_pipeline_activity::builders::RunPipelineActivityOutputBuilder
source · #[non_exhaustive]pub struct RunPipelineActivityOutputBuilder { /* private fields */ }Expand description
A builder for RunPipelineActivityOutput.
Implementations§
source§impl RunPipelineActivityOutputBuilder
impl RunPipelineActivityOutputBuilder
sourcepub fn payloads(self, input: Blob) -> Self
pub fn payloads(self, input: Blob) -> Self
Appends an item to payloads.
To override the contents of this collection use set_payloads.
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
sourcepub fn set_payloads(self, input: Option<Vec<Blob>>) -> Self
pub fn set_payloads(self, input: Option<Vec<Blob>>) -> Self
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
sourcepub fn log_result(self, input: impl Into<String>) -> Self
pub fn log_result(self, input: impl Into<String>) -> Self
In case the pipeline activity fails, the log message that is generated.
sourcepub fn set_log_result(self, input: Option<String>) -> Self
pub fn set_log_result(self, input: Option<String>) -> Self
In case the pipeline activity fails, the log message that is generated.
sourcepub fn build(self) -> RunPipelineActivityOutput
pub fn build(self) -> RunPipelineActivityOutput
Consumes the builder and constructs a RunPipelineActivityOutput.
Trait Implementations§
source§impl Clone for RunPipelineActivityOutputBuilder
impl Clone for RunPipelineActivityOutputBuilder
source§fn clone(&self) -> RunPipelineActivityOutputBuilder
fn clone(&self) -> RunPipelineActivityOutputBuilder
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 RunPipelineActivityOutputBuilder
impl Default for RunPipelineActivityOutputBuilder
source§fn default() -> RunPipelineActivityOutputBuilder
fn default() -> RunPipelineActivityOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RunPipelineActivityOutputBuilder> for RunPipelineActivityOutputBuilder
impl PartialEq<RunPipelineActivityOutputBuilder> for RunPipelineActivityOutputBuilder
source§fn eq(&self, other: &RunPipelineActivityOutputBuilder) -> bool
fn eq(&self, other: &RunPipelineActivityOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RunPipelineActivityOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RunPipelineActivityOutputBuilder
impl Send for RunPipelineActivityOutputBuilder
impl Sync for RunPipelineActivityOutputBuilder
impl Unpin for RunPipelineActivityOutputBuilder
impl UnwindSafe for RunPipelineActivityOutputBuilder
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