Struct aws_sdk_sagemaker::operation::create_studio_lifecycle_config::builders::CreateStudioLifecycleConfigFluentBuilder
source · pub struct CreateStudioLifecycleConfigFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateStudioLifecycleConfig
.
Creates a new Studio Lifecycle Configuration.
Implementations§
source§impl CreateStudioLifecycleConfigFluentBuilder
impl CreateStudioLifecycleConfigFluentBuilder
sourcepub fn as_input(&self) -> &CreateStudioLifecycleConfigInputBuilder
pub fn as_input(&self) -> &CreateStudioLifecycleConfigInputBuilder
Access the CreateStudioLifecycleConfig as a reference.
sourcepub async fn send(
self
) -> Result<CreateStudioLifecycleConfigOutput, SdkError<CreateStudioLifecycleConfigError, HttpResponse>>
pub async fn send( self ) -> Result<CreateStudioLifecycleConfigOutput, SdkError<CreateStudioLifecycleConfigError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateStudioLifecycleConfigOutput, CreateStudioLifecycleConfigError>, SdkError<CreateStudioLifecycleConfigError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateStudioLifecycleConfigOutput, CreateStudioLifecycleConfigError>, SdkError<CreateStudioLifecycleConfigError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 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.
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.
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.
Trait Implementations§
source§impl Clone for CreateStudioLifecycleConfigFluentBuilder
impl Clone for CreateStudioLifecycleConfigFluentBuilder
source§fn clone(&self) -> CreateStudioLifecycleConfigFluentBuilder
fn clone(&self) -> CreateStudioLifecycleConfigFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more