Struct aws_sdk_sagemaker::operation::send_pipeline_execution_step_failure::builders::SendPipelineExecutionStepFailureInputBuilder
source · #[non_exhaustive]pub struct SendPipelineExecutionStepFailureInputBuilder { /* private fields */ }
Expand description
A builder for SendPipelineExecutionStepFailureInput
.
Implementations§
source§impl SendPipelineExecutionStepFailureInputBuilder
impl SendPipelineExecutionStepFailureInputBuilder
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 failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
A message describing why the step failed.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
A message describing why the step failed.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
sourcepub fn build(self) -> Result<SendPipelineExecutionStepFailureInput, BuildError>
pub fn build(self) -> Result<SendPipelineExecutionStepFailureInput, BuildError>
Consumes the builder and constructs a SendPipelineExecutionStepFailureInput
.
Trait Implementations§
source§impl Clone for SendPipelineExecutionStepFailureInputBuilder
impl Clone for SendPipelineExecutionStepFailureInputBuilder
source§fn clone(&self) -> SendPipelineExecutionStepFailureInputBuilder
fn clone(&self) -> SendPipelineExecutionStepFailureInputBuilder
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 SendPipelineExecutionStepFailureInputBuilder
impl Default for SendPipelineExecutionStepFailureInputBuilder
source§fn default() -> SendPipelineExecutionStepFailureInputBuilder
fn default() -> SendPipelineExecutionStepFailureInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SendPipelineExecutionStepFailureInputBuilder> for SendPipelineExecutionStepFailureInputBuilder
impl PartialEq<SendPipelineExecutionStepFailureInputBuilder> for SendPipelineExecutionStepFailureInputBuilder
source§fn eq(&self, other: &SendPipelineExecutionStepFailureInputBuilder) -> bool
fn eq(&self, other: &SendPipelineExecutionStepFailureInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SendPipelineExecutionStepFailureInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SendPipelineExecutionStepFailureInputBuilder
impl Send for SendPipelineExecutionStepFailureInputBuilder
impl Sync for SendPipelineExecutionStepFailureInputBuilder
impl Unpin for SendPipelineExecutionStepFailureInputBuilder
impl UnwindSafe for SendPipelineExecutionStepFailureInputBuilder
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