Struct aws_sdk_sagemaker::operation::stop_pipeline_execution::builders::StopPipelineExecutionInputBuilder
source · #[non_exhaustive]pub struct StopPipelineExecutionInputBuilder { /* private fields */ }
Expand description
A builder for StopPipelineExecutionInput
.
Implementations§
source§impl StopPipelineExecutionInputBuilder
impl StopPipelineExecutionInputBuilder
sourcepub fn pipeline_execution_arn(self, input: impl Into<String>) -> Self
pub fn pipeline_execution_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the pipeline execution.
sourcepub fn set_pipeline_execution_arn(self, input: Option<String>) -> Self
pub fn set_pipeline_execution_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the pipeline execution.
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 once.
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 once.
sourcepub fn build(self) -> Result<StopPipelineExecutionInput, BuildError>
pub fn build(self) -> Result<StopPipelineExecutionInput, BuildError>
Consumes the builder and constructs a StopPipelineExecutionInput
.
Trait Implementations§
source§impl Clone for StopPipelineExecutionInputBuilder
impl Clone for StopPipelineExecutionInputBuilder
source§fn clone(&self) -> StopPipelineExecutionInputBuilder
fn clone(&self) -> StopPipelineExecutionInputBuilder
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 StopPipelineExecutionInputBuilder
impl Default for StopPipelineExecutionInputBuilder
source§fn default() -> StopPipelineExecutionInputBuilder
fn default() -> StopPipelineExecutionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopPipelineExecutionInputBuilder> for StopPipelineExecutionInputBuilder
impl PartialEq<StopPipelineExecutionInputBuilder> for StopPipelineExecutionInputBuilder
source§fn eq(&self, other: &StopPipelineExecutionInputBuilder) -> bool
fn eq(&self, other: &StopPipelineExecutionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.