Struct aws_sdk_sagemaker::model::lineage_group_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LineageGroupSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lineage_group_arn(self, input: impl Into<String>) -> Self
pub fn lineage_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the lineage group resource.
sourcepub fn set_lineage_group_arn(self, input: Option<String>) -> Self
pub fn set_lineage_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the lineage group resource.
sourcepub fn lineage_group_name(self, input: impl Into<String>) -> Self
pub fn lineage_group_name(self, input: impl Into<String>) -> Self
The name or Amazon Resource Name (ARN) of the lineage group.
sourcepub fn set_lineage_group_name(self, input: Option<String>) -> Self
pub fn set_lineage_group_name(self, input: Option<String>) -> Self
The name or Amazon Resource Name (ARN) of the lineage group.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The display name of the lineage group summary.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The display name of the lineage group summary.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time of the lineage group summary.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time of the lineage group summary.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time of the lineage group summary.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time of the lineage group summary.
sourcepub fn build(self) -> LineageGroupSummary
pub fn build(self) -> LineageGroupSummary
Consumes the builder and constructs a LineageGroupSummary
.