Struct aws_sdk_sagemaker::model::edge::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Edge
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_arn(self, input: impl Into<String>) -> Self
pub fn source_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
sourcepub fn set_source_arn(self, input: Option<String>) -> Self
pub fn set_source_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
sourcepub fn destination_arn(self, input: impl Into<String>) -> Self
pub fn destination_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
sourcepub fn set_destination_arn(self, input: Option<String>) -> Self
pub fn set_destination_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
sourcepub fn association_type(self, input: AssociationEdgeType) -> Self
pub fn association_type(self, input: AssociationEdgeType) -> Self
The type of the Association(Edge) between the source and destination. For example ContributedTo
, Produced
, or DerivedFrom
.
sourcepub fn set_association_type(self, input: Option<AssociationEdgeType>) -> Self
pub fn set_association_type(self, input: Option<AssociationEdgeType>) -> Self
The type of the Association(Edge) between the source and destination. For example ContributedTo
, Produced
, or DerivedFrom
.