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