Struct aws_sdk_sagemaker::operation::describe_app_image_config::builders::DescribeAppImageConfigOutputBuilder
source · #[non_exhaustive]pub struct DescribeAppImageConfigOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAppImageConfigOutput
.
Implementations§
source§impl DescribeAppImageConfigOutputBuilder
impl DescribeAppImageConfigOutputBuilder
sourcepub fn app_image_config_arn(self, input: impl Into<String>) -> Self
pub fn app_image_config_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the AppImageConfig.
sourcepub fn set_app_image_config_arn(self, input: Option<String>) -> Self
pub fn set_app_image_config_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the AppImageConfig.
sourcepub fn get_app_image_config_arn(&self) -> &Option<String>
pub fn get_app_image_config_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the AppImageConfig.
sourcepub fn app_image_config_name(self, input: impl Into<String>) -> Self
pub fn app_image_config_name(self, input: impl Into<String>) -> Self
The name of the AppImageConfig.
sourcepub fn set_app_image_config_name(self, input: Option<String>) -> Self
pub fn set_app_image_config_name(self, input: Option<String>) -> Self
The name of the AppImageConfig.
sourcepub fn get_app_image_config_name(&self) -> &Option<String>
pub fn get_app_image_config_name(&self) -> &Option<String>
The name of the AppImageConfig.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the AppImageConfig was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the AppImageConfig was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the AppImageConfig was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
When the AppImageConfig was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
When the AppImageConfig was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
When the AppImageConfig was last modified.
sourcepub fn kernel_gateway_image_config(
self,
input: KernelGatewayImageConfig
) -> Self
pub fn kernel_gateway_image_config( self, input: KernelGatewayImageConfig ) -> Self
The configuration of a KernelGateway app.
sourcepub fn set_kernel_gateway_image_config(
self,
input: Option<KernelGatewayImageConfig>
) -> Self
pub fn set_kernel_gateway_image_config( self, input: Option<KernelGatewayImageConfig> ) -> Self
The configuration of a KernelGateway app.
sourcepub fn get_kernel_gateway_image_config(
&self
) -> &Option<KernelGatewayImageConfig>
pub fn get_kernel_gateway_image_config( &self ) -> &Option<KernelGatewayImageConfig>
The configuration of a KernelGateway app.
sourcepub fn jupyter_lab_app_image_config(
self,
input: JupyterLabAppImageConfig
) -> Self
pub fn jupyter_lab_app_image_config( self, input: JupyterLabAppImageConfig ) -> Self
The configuration of the JupyterLab app.
sourcepub fn set_jupyter_lab_app_image_config(
self,
input: Option<JupyterLabAppImageConfig>
) -> Self
pub fn set_jupyter_lab_app_image_config( self, input: Option<JupyterLabAppImageConfig> ) -> Self
The configuration of the JupyterLab app.
sourcepub fn get_jupyter_lab_app_image_config(
&self
) -> &Option<JupyterLabAppImageConfig>
pub fn get_jupyter_lab_app_image_config( &self ) -> &Option<JupyterLabAppImageConfig>
The configuration of the JupyterLab app.
sourcepub fn build(self) -> DescribeAppImageConfigOutput
pub fn build(self) -> DescribeAppImageConfigOutput
Consumes the builder and constructs a DescribeAppImageConfigOutput
.
Trait Implementations§
source§impl Clone for DescribeAppImageConfigOutputBuilder
impl Clone for DescribeAppImageConfigOutputBuilder
source§fn clone(&self) -> DescribeAppImageConfigOutputBuilder
fn clone(&self) -> DescribeAppImageConfigOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeAppImageConfigOutputBuilder
impl Default for DescribeAppImageConfigOutputBuilder
source§fn default() -> DescribeAppImageConfigOutputBuilder
fn default() -> DescribeAppImageConfigOutputBuilder
source§impl PartialEq for DescribeAppImageConfigOutputBuilder
impl PartialEq for DescribeAppImageConfigOutputBuilder
source§fn eq(&self, other: &DescribeAppImageConfigOutputBuilder) -> bool
fn eq(&self, other: &DescribeAppImageConfigOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.