Struct aws_sdk_sagemaker::operation::create_studio_lifecycle_config::builders::CreateStudioLifecycleConfigInputBuilder
source · #[non_exhaustive]pub struct CreateStudioLifecycleConfigInputBuilder { /* private fields */ }
Expand description
A builder for CreateStudioLifecycleConfigInput
.
Implementations§
source§impl CreateStudioLifecycleConfigInputBuilder
impl CreateStudioLifecycleConfigInputBuilder
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.
This field is required.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 get_studio_lifecycle_config_name(&self) -> &Option<String>
pub fn get_studio_lifecycle_config_name(&self) -> &Option<String>
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.
This field is required.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 get_studio_lifecycle_config_content(&self) -> &Option<String>
pub fn get_studio_lifecycle_config_content(&self) -> &Option<String>
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.
This field is required.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.
sourcepub fn get_studio_lifecycle_config_app_type(
&self
) -> &Option<StudioLifecycleConfigAppType>
pub fn get_studio_lifecycle_config_app_type( &self ) -> &Option<StudioLifecycleConfigAppType>
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.
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
.
source§impl CreateStudioLifecycleConfigInputBuilder
impl CreateStudioLifecycleConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateStudioLifecycleConfigOutput, SdkError<CreateStudioLifecycleConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateStudioLifecycleConfigOutput, SdkError<CreateStudioLifecycleConfigError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateStudioLifecycleConfigInputBuilder
impl Clone for CreateStudioLifecycleConfigInputBuilder
source§fn clone(&self) -> CreateStudioLifecycleConfigInputBuilder
fn clone(&self) -> CreateStudioLifecycleConfigInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateStudioLifecycleConfigInputBuilder
impl Default for CreateStudioLifecycleConfigInputBuilder
source§fn default() -> CreateStudioLifecycleConfigInputBuilder
fn default() -> CreateStudioLifecycleConfigInputBuilder
source§impl PartialEq for CreateStudioLifecycleConfigInputBuilder
impl PartialEq for CreateStudioLifecycleConfigInputBuilder
source§fn eq(&self, other: &CreateStudioLifecycleConfigInputBuilder) -> bool
fn eq(&self, other: &CreateStudioLifecycleConfigInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.