Struct aws_sdk_sagemaker::types::builders::AppDetailsBuilder
source · #[non_exhaustive]pub struct AppDetailsBuilder { /* private fields */ }
Expand description
A builder for AppDetails
.
Implementations§
source§impl AppDetailsBuilder
impl AppDetailsBuilder
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The domain ID.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The domain ID.
sourcepub fn user_profile_name(self, input: impl Into<String>) -> Self
pub fn user_profile_name(self, input: impl Into<String>) -> Self
The user profile name.
sourcepub fn set_user_profile_name(self, input: Option<String>) -> Self
pub fn set_user_profile_name(self, input: Option<String>) -> Self
The user profile name.
sourcepub fn get_user_profile_name(&self) -> &Option<String>
pub fn get_user_profile_name(&self) -> &Option<String>
The user profile name.
sourcepub fn space_name(self, input: impl Into<String>) -> Self
pub fn space_name(self, input: impl Into<String>) -> Self
The name of the space.
sourcepub fn set_space_name(self, input: Option<String>) -> Self
pub fn set_space_name(self, input: Option<String>) -> Self
The name of the space.
sourcepub fn get_space_name(&self) -> &Option<String>
pub fn get_space_name(&self) -> &Option<String>
The name of the space.
sourcepub fn set_app_type(self, input: Option<AppType>) -> Self
pub fn set_app_type(self, input: Option<AppType>) -> Self
The type of app.
sourcepub fn get_app_type(&self) -> &Option<AppType>
pub fn get_app_type(&self) -> &Option<AppType>
The type of app.
sourcepub fn set_app_name(self, input: Option<String>) -> Self
pub fn set_app_name(self, input: Option<String>) -> Self
The name of the app.
sourcepub fn get_app_name(&self) -> &Option<String>
pub fn get_app_name(&self) -> &Option<String>
The name of the app.
sourcepub fn set_status(self, input: Option<AppStatus>) -> Self
pub fn set_status(self, input: Option<AppStatus>) -> Self
The status.
sourcepub fn get_status(&self) -> &Option<AppStatus>
pub fn get_status(&self) -> &Option<AppStatus>
The status.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation time.
sourcepub fn resource_spec(self, input: ResourceSpec) -> Self
pub fn resource_spec(self, input: ResourceSpec) -> Self
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn set_resource_spec(self, input: Option<ResourceSpec>) -> Self
pub fn set_resource_spec(self, input: Option<ResourceSpec>) -> Self
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn get_resource_spec(&self) -> &Option<ResourceSpec>
pub fn get_resource_spec(&self) -> &Option<ResourceSpec>
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn build(self) -> AppDetails
pub fn build(self) -> AppDetails
Consumes the builder and constructs a AppDetails
.
Trait Implementations§
source§impl Clone for AppDetailsBuilder
impl Clone for AppDetailsBuilder
source§fn clone(&self) -> AppDetailsBuilder
fn clone(&self) -> AppDetailsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AppDetailsBuilder
impl Debug for AppDetailsBuilder
source§impl Default for AppDetailsBuilder
impl Default for AppDetailsBuilder
source§fn default() -> AppDetailsBuilder
fn default() -> AppDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AppDetailsBuilder
impl PartialEq for AppDetailsBuilder
source§fn eq(&self, other: &AppDetailsBuilder) -> bool
fn eq(&self, other: &AppDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AppDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AppDetailsBuilder
impl Send for AppDetailsBuilder
impl Sync for AppDetailsBuilder
impl Unpin for AppDetailsBuilder
impl UnwindSafe for AppDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.