#[non_exhaustive]pub struct DescribeAppOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAppOutput
.
Implementations§
source§impl DescribeAppOutputBuilder
impl DescribeAppOutputBuilder
sourcepub fn app_arn(self, input: impl Into<String>) -> Self
pub fn app_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the app.
sourcepub fn set_app_arn(self, input: Option<String>) -> Self
pub fn set_app_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the app.
sourcepub fn get_app_arn(&self) -> &Option<String>
pub fn get_app_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the app.
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_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. If this value is not set, then UserProfileName
must be set.
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. If this value is not set, then UserProfileName
must be set.
sourcepub fn get_space_name(&self) -> &Option<String>
pub fn get_space_name(&self) -> &Option<String>
The name of the space. If this value is not set, then UserProfileName
must be set.
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 last_health_check_timestamp(self, input: DateTime) -> Self
pub fn last_health_check_timestamp(self, input: DateTime) -> Self
The timestamp of the last health check.
sourcepub fn set_last_health_check_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_last_health_check_timestamp(self, input: Option<DateTime>) -> Self
The timestamp of the last health check.
sourcepub fn get_last_health_check_timestamp(&self) -> &Option<DateTime>
pub fn get_last_health_check_timestamp(&self) -> &Option<DateTime>
The timestamp of the last health check.
sourcepub fn last_user_activity_timestamp(self, input: DateTime) -> Self
pub fn last_user_activity_timestamp(self, input: DateTime) -> Self
The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp
.
sourcepub fn set_last_user_activity_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_last_user_activity_timestamp(self, input: Option<DateTime>) -> Self
The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp
.
sourcepub fn get_last_user_activity_timestamp(&self) -> &Option<DateTime>
pub fn get_last_user_activity_timestamp(&self) -> &Option<DateTime>
The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp
.
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 failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The failure reason.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The failure reason.
sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
The failure reason.
sourcepub fn resource_spec(self, input: ResourceSpec) -> Self
pub fn resource_spec(self, input: ResourceSpec) -> Self
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
sourcepub fn set_resource_spec(self, input: Option<ResourceSpec>) -> Self
pub fn set_resource_spec(self, input: Option<ResourceSpec>) -> Self
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
sourcepub fn get_resource_spec(&self) -> &Option<ResourceSpec>
pub fn get_resource_spec(&self) -> &Option<ResourceSpec>
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
sourcepub fn build(self) -> DescribeAppOutput
pub fn build(self) -> DescribeAppOutput
Consumes the builder and constructs a DescribeAppOutput
.
Trait Implementations§
source§impl Clone for DescribeAppOutputBuilder
impl Clone for DescribeAppOutputBuilder
source§fn clone(&self) -> DescribeAppOutputBuilder
fn clone(&self) -> DescribeAppOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeAppOutputBuilder
impl Debug for DescribeAppOutputBuilder
source§impl Default for DescribeAppOutputBuilder
impl Default for DescribeAppOutputBuilder
source§fn default() -> DescribeAppOutputBuilder
fn default() -> DescribeAppOutputBuilder
source§impl PartialEq for DescribeAppOutputBuilder
impl PartialEq for DescribeAppOutputBuilder
source§fn eq(&self, other: &DescribeAppOutputBuilder) -> bool
fn eq(&self, other: &DescribeAppOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.