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 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
.
Trait Implementations§
source§impl Clone for EdgeBuilder
impl Clone for EdgeBuilder
source§fn clone(&self) -> EdgeBuilder
fn clone(&self) -> EdgeBuilder
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 Debug for EdgeBuilder
impl Debug for EdgeBuilder
source§impl Default for EdgeBuilder
impl Default for EdgeBuilder
source§fn default() -> EdgeBuilder
fn default() -> EdgeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EdgeBuilder> for EdgeBuilder
impl PartialEq<EdgeBuilder> for EdgeBuilder
source§fn eq(&self, other: &EdgeBuilder) -> bool
fn eq(&self, other: &EdgeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.