Struct aws_sdk_glue::model::node::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Node.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_type(self, input: Option<NodeType>) -> Self
pub fn set_type(self, input: Option<NodeType>) -> Self
The type of Glue component represented by the node.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Glue component represented by the node.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the Glue component represented by the node.
sourcepub fn unique_id(self, input: impl Into<String>) -> Self
pub fn unique_id(self, input: impl Into<String>) -> Self
The unique Id assigned to the node within the workflow.
sourcepub fn set_unique_id(self, input: Option<String>) -> Self
pub fn set_unique_id(self, input: Option<String>) -> Self
The unique Id assigned to the node within the workflow.
sourcepub fn trigger_details(self, input: TriggerNodeDetails) -> Self
pub fn trigger_details(self, input: TriggerNodeDetails) -> Self
Details of the Trigger when the node represents a Trigger.
sourcepub fn set_trigger_details(self, input: Option<TriggerNodeDetails>) -> Self
pub fn set_trigger_details(self, input: Option<TriggerNodeDetails>) -> Self
Details of the Trigger when the node represents a Trigger.
sourcepub fn job_details(self, input: JobNodeDetails) -> Self
pub fn job_details(self, input: JobNodeDetails) -> Self
Details of the Job when the node represents a Job.
sourcepub fn set_job_details(self, input: Option<JobNodeDetails>) -> Self
pub fn set_job_details(self, input: Option<JobNodeDetails>) -> Self
Details of the Job when the node represents a Job.
sourcepub fn crawler_details(self, input: CrawlerNodeDetails) -> Self
pub fn crawler_details(self, input: CrawlerNodeDetails) -> Self
Details of the crawler when the node represents a crawler.
sourcepub fn set_crawler_details(self, input: Option<CrawlerNodeDetails>) -> Self
pub fn set_crawler_details(self, input: Option<CrawlerNodeDetails>) -> Self
Details of the crawler when the node represents a crawler.