#[non_exhaustive]pub struct DescribePipeOutputBuilder { /* private fields */ }Expand description
A builder for DescribePipeOutput.
Implementations§
source§impl DescribePipeOutputBuilder
impl DescribePipeOutputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the pipe.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the pipe.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the pipe.
sourcepub fn desired_state(self, input: RequestedPipeStateDescribeResponse) -> Self
pub fn desired_state(self, input: RequestedPipeStateDescribeResponse) -> Self
The state the pipe should be in.
sourcepub fn set_desired_state(
self,
input: Option<RequestedPipeStateDescribeResponse>
) -> Self
pub fn set_desired_state( self, input: Option<RequestedPipeStateDescribeResponse> ) -> Self
The state the pipe should be in.
sourcepub fn get_desired_state(&self) -> &Option<RequestedPipeStateDescribeResponse>
pub fn get_desired_state(&self) -> &Option<RequestedPipeStateDescribeResponse>
The state the pipe should be in.
sourcepub fn current_state(self, input: PipeState) -> Self
pub fn current_state(self, input: PipeState) -> Self
The state the pipe is in.
sourcepub fn set_current_state(self, input: Option<PipeState>) -> Self
pub fn set_current_state(self, input: Option<PipeState>) -> Self
The state the pipe is in.
sourcepub fn get_current_state(&self) -> &Option<PipeState>
pub fn get_current_state(&self) -> &Option<PipeState>
The state the pipe is in.
sourcepub fn state_reason(self, input: impl Into<String>) -> Self
pub fn state_reason(self, input: impl Into<String>) -> Self
The reason the pipe is in its current state.
sourcepub fn set_state_reason(self, input: Option<String>) -> Self
pub fn set_state_reason(self, input: Option<String>) -> Self
The reason the pipe is in its current state.
sourcepub fn get_state_reason(&self) -> &Option<String>
pub fn get_state_reason(&self) -> &Option<String>
The reason the pipe is in its current state.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The ARN of the source resource.
sourcepub fn get_source(&self) -> &Option<String>
pub fn get_source(&self) -> &Option<String>
The ARN of the source resource.
sourcepub fn source_parameters(self, input: PipeSourceParameters) -> Self
pub fn source_parameters(self, input: PipeSourceParameters) -> Self
The parameters required to set up a source for your pipe.
sourcepub fn set_source_parameters(self, input: Option<PipeSourceParameters>) -> Self
pub fn set_source_parameters(self, input: Option<PipeSourceParameters>) -> Self
The parameters required to set up a source for your pipe.
sourcepub fn get_source_parameters(&self) -> &Option<PipeSourceParameters>
pub fn get_source_parameters(&self) -> &Option<PipeSourceParameters>
The parameters required to set up a source for your pipe.
sourcepub fn enrichment(self, input: impl Into<String>) -> Self
pub fn enrichment(self, input: impl Into<String>) -> Self
The ARN of the enrichment resource.
sourcepub fn set_enrichment(self, input: Option<String>) -> Self
pub fn set_enrichment(self, input: Option<String>) -> Self
The ARN of the enrichment resource.
sourcepub fn get_enrichment(&self) -> &Option<String>
pub fn get_enrichment(&self) -> &Option<String>
The ARN of the enrichment resource.
sourcepub fn enrichment_parameters(self, input: PipeEnrichmentParameters) -> Self
pub fn enrichment_parameters(self, input: PipeEnrichmentParameters) -> Self
The parameters required to set up enrichment on your pipe.
sourcepub fn set_enrichment_parameters(
self,
input: Option<PipeEnrichmentParameters>
) -> Self
pub fn set_enrichment_parameters( self, input: Option<PipeEnrichmentParameters> ) -> Self
The parameters required to set up enrichment on your pipe.
sourcepub fn get_enrichment_parameters(&self) -> &Option<PipeEnrichmentParameters>
pub fn get_enrichment_parameters(&self) -> &Option<PipeEnrichmentParameters>
The parameters required to set up enrichment on your pipe.
sourcepub fn set_target(self, input: Option<String>) -> Self
pub fn set_target(self, input: Option<String>) -> Self
The ARN of the target resource.
sourcepub fn get_target(&self) -> &Option<String>
pub fn get_target(&self) -> &Option<String>
The ARN of the target resource.
sourcepub fn target_parameters(self, input: PipeTargetParameters) -> Self
pub fn target_parameters(self, input: PipeTargetParameters) -> Self
The parameters required to set up a target for your pipe.
For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
sourcepub fn set_target_parameters(self, input: Option<PipeTargetParameters>) -> Self
pub fn set_target_parameters(self, input: Option<PipeTargetParameters>) -> Self
The parameters required to set up a target for your pipe.
For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
sourcepub fn get_target_parameters(&self) -> &Option<PipeTargetParameters>
pub fn get_target_parameters(&self) -> &Option<PipeTargetParameters>
The parameters required to set up a target for your pipe.
For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The ARN of the role that allows the pipe to send data to the target.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The ARN of the role that allows the pipe to send data to the target.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The ARN of the role that allows the pipe to send data to the target.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The list of key-value pairs to associate with the pipe.
The list of key-value pairs to associate with the pipe.
The list of key-value pairs to associate with the pipe.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the pipe was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the pipe was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time the pipe was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
sourcepub fn log_configuration(self, input: PipeLogConfiguration) -> Self
pub fn log_configuration(self, input: PipeLogConfiguration) -> Self
The logging configuration settings for the pipe.
sourcepub fn set_log_configuration(self, input: Option<PipeLogConfiguration>) -> Self
pub fn set_log_configuration(self, input: Option<PipeLogConfiguration>) -> Self
The logging configuration settings for the pipe.
sourcepub fn get_log_configuration(&self) -> &Option<PipeLogConfiguration>
pub fn get_log_configuration(&self) -> &Option<PipeLogConfiguration>
The logging configuration settings for the pipe.
sourcepub fn build(self) -> DescribePipeOutput
pub fn build(self) -> DescribePipeOutput
Consumes the builder and constructs a DescribePipeOutput.
Trait Implementations§
source§impl Clone for DescribePipeOutputBuilder
impl Clone for DescribePipeOutputBuilder
source§fn clone(&self) -> DescribePipeOutputBuilder
fn clone(&self) -> DescribePipeOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribePipeOutputBuilder
impl Debug for DescribePipeOutputBuilder
source§impl Default for DescribePipeOutputBuilder
impl Default for DescribePipeOutputBuilder
source§fn default() -> DescribePipeOutputBuilder
fn default() -> DescribePipeOutputBuilder
source§impl PartialEq for DescribePipeOutputBuilder
impl PartialEq for DescribePipeOutputBuilder
source§fn eq(&self, other: &DescribePipeOutputBuilder) -> bool
fn eq(&self, other: &DescribePipeOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.