Struct aws_sdk_glue::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_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 get_source_id(&self) -> &Option<String>
pub fn get_source_id(&self) -> &Option<String>
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.
sourcepub fn get_destination_id(&self) -> &Option<String>
pub fn get_destination_id(&self) -> &Option<String>
The unique of the node within the workflow where the edge ends.
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 for EdgeBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for EdgeBuilder
Auto Trait Implementations§
impl RefUnwindSafe for EdgeBuilder
impl Send for EdgeBuilder
impl Sync for EdgeBuilder
impl Unpin for EdgeBuilder
impl UnwindSafe for EdgeBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.