pub struct Builder { /* private fields */ }
Expand description
A builder for StudioLifecycleConfigDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn studio_lifecycle_config_arn(self, input: impl Into<String>) -> Self
pub fn studio_lifecycle_config_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
sourcepub fn set_studio_lifecycle_config_arn(self, input: Option<String>) -> Self
pub fn set_studio_lifecycle_config_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
sourcepub fn studio_lifecycle_config_name(self, input: impl Into<String>) -> Self
pub fn studio_lifecycle_config_name(self, input: impl Into<String>) -> Self
The name of the Studio Lifecycle Configuration.
sourcepub fn set_studio_lifecycle_config_name(self, input: Option<String>) -> Self
pub fn set_studio_lifecycle_config_name(self, input: Option<String>) -> Self
The name of the Studio Lifecycle Configuration.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time of the Studio Lifecycle Configuration.
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 Studio Lifecycle Configuration.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
sourcepub fn studio_lifecycle_config_app_type(
self,
input: StudioLifecycleConfigAppType
) -> Self
pub fn studio_lifecycle_config_app_type(
self,
input: StudioLifecycleConfigAppType
) -> Self
The App type to which the Lifecycle Configuration is attached.
sourcepub 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.
sourcepub fn build(self) -> StudioLifecycleConfigDetails
pub fn build(self) -> StudioLifecycleConfigDetails
Consumes the builder and constructs a StudioLifecycleConfigDetails
.