Struct aws_sdk_glue::model::edge::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Edge.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_id(self, input: impl Into<String>) -> Self
pub fn source_id(self, input: impl Into<String>) -> Self
The unique of the node within the workflow where the edge starts.
sourcepub fn set_source_id(self, input: Option<String>) -> Self
pub fn set_source_id(self, input: Option<String>) -> Self
The unique of the node within the workflow where the edge starts.
sourcepub fn destination_id(self, input: impl Into<String>) -> Self
pub fn destination_id(self, input: impl Into<String>) -> Self
The unique of the node within the workflow where the edge ends.
sourcepub fn set_destination_id(self, input: Option<String>) -> Self
pub fn set_destination_id(self, input: Option<String>) -> Self
The unique of the node within the workflow where the edge ends.