#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateStudioLifecycleConfigInput
Implementations
The name of the Studio Lifecycle Configuration to create.
The name of the Studio Lifecycle Configuration to create.
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
The App type that the Lifecycle Configuration is attached to.
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 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.
Consumes the builder and constructs a CreateStudioLifecycleConfigInput
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