pub struct Builder { /* private fields */ }
Expand description
A builder for CreateStudioLifecycleConfigInput
.
Implementations§
source§impl Builder
impl Builder
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 to create.
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 to create.
sourcepub fn studio_lifecycle_config_content(self, input: impl Into<String>) -> Self
pub fn studio_lifecycle_config_content(self, input: impl Into<String>) -> Self
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
sourcepub fn set_studio_lifecycle_config_content(self, input: Option<String>) -> Self
pub fn set_studio_lifecycle_config_content(self, input: Option<String>) -> Self
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
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 that the Lifecycle Configuration is attached to.
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 that the Lifecycle Configuration is attached to.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
sourcepub fn build(self) -> Result<CreateStudioLifecycleConfigInput, BuildError>
pub fn build(self) -> Result<CreateStudioLifecycleConfigInput, BuildError>
Consumes the builder and constructs a CreateStudioLifecycleConfigInput
.