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 get_payloads(&self) -> &Option<Vec<Blob>>
pub fn get_payloads(&self) -> &Option<Vec<Blob>>
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 get_log_result(&self) -> &Option<String>
pub fn get_log_result(&self) -> &Option<String>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for RunPipelineActivityOutputBuilder
impl Default for RunPipelineActivityOutputBuilder
source§fn default() -> RunPipelineActivityOutputBuilder
fn default() -> RunPipelineActivityOutputBuilder
source§impl PartialEq for RunPipelineActivityOutputBuilder
impl PartialEq for RunPipelineActivityOutputBuilder
source§fn eq(&self, other: &RunPipelineActivityOutputBuilder) -> bool
fn eq(&self, other: &RunPipelineActivityOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.