#[non_exhaustive]pub struct CallbackStepMetadataBuilder { /* private fields */ }
Expand description
A builder for CallbackStepMetadata
.
Implementations§
source§impl CallbackStepMetadataBuilder
impl CallbackStepMetadataBuilder
sourcepub fn callback_token(self, input: impl Into<String>) -> Self
pub fn callback_token(self, input: impl Into<String>) -> Self
The pipeline generated token from the Amazon SQS queue.
sourcepub fn set_callback_token(self, input: Option<String>) -> Self
pub fn set_callback_token(self, input: Option<String>) -> Self
The pipeline generated token from the Amazon SQS queue.
sourcepub fn get_callback_token(&self) -> &Option<String>
pub fn get_callback_token(&self) -> &Option<String>
The pipeline generated token from the Amazon SQS queue.
sourcepub fn sqs_queue_url(self, input: impl Into<String>) -> Self
pub fn sqs_queue_url(self, input: impl Into<String>) -> Self
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
sourcepub fn set_sqs_queue_url(self, input: Option<String>) -> Self
pub fn set_sqs_queue_url(self, input: Option<String>) -> Self
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
sourcepub fn get_sqs_queue_url(&self) -> &Option<String>
pub fn get_sqs_queue_url(&self) -> &Option<String>
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
sourcepub fn output_parameters(self, input: OutputParameter) -> Self
pub fn output_parameters(self, input: OutputParameter) -> Self
Appends an item to output_parameters
.
To override the contents of this collection use set_output_parameters
.
A list of the output parameters of the callback step.
sourcepub fn set_output_parameters(self, input: Option<Vec<OutputParameter>>) -> Self
pub fn set_output_parameters(self, input: Option<Vec<OutputParameter>>) -> Self
A list of the output parameters of the callback step.
sourcepub fn get_output_parameters(&self) -> &Option<Vec<OutputParameter>>
pub fn get_output_parameters(&self) -> &Option<Vec<OutputParameter>>
A list of the output parameters of the callback step.
sourcepub fn build(self) -> CallbackStepMetadata
pub fn build(self) -> CallbackStepMetadata
Consumes the builder and constructs a CallbackStepMetadata
.
Trait Implementations§
source§impl Clone for CallbackStepMetadataBuilder
impl Clone for CallbackStepMetadataBuilder
source§fn clone(&self) -> CallbackStepMetadataBuilder
fn clone(&self) -> CallbackStepMetadataBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CallbackStepMetadataBuilder
impl Debug for CallbackStepMetadataBuilder
source§impl Default for CallbackStepMetadataBuilder
impl Default for CallbackStepMetadataBuilder
source§fn default() -> CallbackStepMetadataBuilder
fn default() -> CallbackStepMetadataBuilder
source§impl PartialEq<CallbackStepMetadataBuilder> for CallbackStepMetadataBuilder
impl PartialEq<CallbackStepMetadataBuilder> for CallbackStepMetadataBuilder
source§fn eq(&self, other: &CallbackStepMetadataBuilder) -> bool
fn eq(&self, other: &CallbackStepMetadataBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.