Struct aws_sdk_sagemaker::types::builders::EdgeBuilder
source · #[non_exhaustive]pub struct EdgeBuilder { /* private fields */ }
Expand description
A builder for Edge
.
Implementations§
source§impl EdgeBuilder
impl EdgeBuilder
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 get_source_arn(&self) -> &Option<String>
pub fn get_source_arn(&self) -> &Option<String>
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 get_destination_arn(&self) -> &Option<String>
pub fn get_destination_arn(&self) -> &Option<String>
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
.
sourcepub fn get_association_type(&self) -> &Option<AssociationEdgeType>
pub fn get_association_type(&self) -> &Option<AssociationEdgeType>
The type of the Association(Edge) between the source and destination. For example ContributedTo
, Produced
, or DerivedFrom
.
Trait Implementations§
source§impl Clone for EdgeBuilder
impl Clone for EdgeBuilder
source§fn clone(&self) -> EdgeBuilder
fn clone(&self) -> EdgeBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for EdgeBuilder
impl Debug for EdgeBuilder
source§impl Default for EdgeBuilder
impl Default for EdgeBuilder
source§fn default() -> EdgeBuilder
fn default() -> EdgeBuilder
source§impl PartialEq<EdgeBuilder> for EdgeBuilder
impl PartialEq<EdgeBuilder> for EdgeBuilder
source§fn eq(&self, other: &EdgeBuilder) -> bool
fn eq(&self, other: &EdgeBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.