Struct aws_sdk_sagemaker::model::studio_lifecycle_config_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for StudioLifecycleConfigDetails
Implementations
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
The name of the Studio Lifecycle Configuration.
The name of the Studio Lifecycle Configuration.
The creation time of the Studio Lifecycle Configuration.
The creation time of the Studio Lifecycle Configuration.
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
The App type to which the Lifecycle Configuration is attached.
pub fn set_studio_lifecycle_config_app_type(
self,
input: Option<StudioLifecycleConfigAppType>
) -> Self
pub fn set_studio_lifecycle_config_app_type(
self,
input: Option<StudioLifecycleConfigAppType>
) -> Self
The App type to which the Lifecycle Configuration is attached.
Consumes the builder and constructs a StudioLifecycleConfigDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more