Struct aws_sdk_sagemaker::model::space_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SpaceDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The ID of the associated Domain.
sourcepub fn space_name(self, input: impl Into<String>) -> Self
pub fn space_name(self, input: impl Into<String>) -> Self
The name of the space.
sourcepub fn set_space_name(self, input: Option<String>) -> Self
pub fn set_space_name(self, input: Option<String>) -> Self
The name of the space.
sourcepub fn status(self, input: SpaceStatus) -> Self
pub fn status(self, input: SpaceStatus) -> Self
The status.
sourcepub fn set_status(self, input: Option<SpaceStatus>) -> Self
pub fn set_status(self, input: Option<SpaceStatus>) -> Self
The status.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time.
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.
sourcepub fn build(self) -> SpaceDetails
pub fn build(self) -> SpaceDetails
Consumes the builder and constructs a SpaceDetails
.