Struct aws_sdk_sagemaker::model::callback_step_metadata::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CallbackStepMetadata
.
Implementations§
source§impl Builder
impl Builder
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 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 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 build(self) -> CallbackStepMetadata
pub fn build(self) -> CallbackStepMetadata
Consumes the builder and constructs a CallbackStepMetadata
.