Struct aws_sdk_glue::model::code_gen_edge::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CodeGenEdge.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source(self, input: impl Into<String>) -> Self
pub fn source(self, input: impl Into<String>) -> Self
The ID of the node at which the edge starts.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The ID of the node at which the edge starts.
sourcepub fn target(self, input: impl Into<String>) -> Self
pub fn target(self, input: impl Into<String>) -> Self
The ID of the node at which the edge ends.
sourcepub fn set_target(self, input: Option<String>) -> Self
pub fn set_target(self, input: Option<String>) -> Self
The ID of the node at which the edge ends.
sourcepub fn target_parameter(self, input: impl Into<String>) -> Self
pub fn target_parameter(self, input: impl Into<String>) -> Self
The target of the edge.
sourcepub fn set_target_parameter(self, input: Option<String>) -> Self
pub fn set_target_parameter(self, input: Option<String>) -> Self
The target of the edge.
sourcepub fn build(self) -> CodeGenEdge
pub fn build(self) -> CodeGenEdge
Consumes the builder and constructs a CodeGenEdge.