Struct aws_sdk_glue::model::blueprint_details::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BlueprintDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn blueprint_name(self, input: impl Into<String>) -> Self
pub fn blueprint_name(self, input: impl Into<String>) -> Self
The name of the blueprint.
sourcepub fn set_blueprint_name(self, input: Option<String>) -> Self
pub fn set_blueprint_name(self, input: Option<String>) -> Self
The name of the blueprint.
sourcepub fn set_run_id(self, input: Option<String>) -> Self
pub fn set_run_id(self, input: Option<String>) -> Self
The run ID for this blueprint.
sourcepub fn build(self) -> BlueprintDetails
pub fn build(self) -> BlueprintDetails
Consumes the builder and constructs a BlueprintDetails.