#[non_exhaustive]pub struct AppImageConfigDetailsBuilder { /* private fields */ }
Expand description
A builder for AppImageConfigDetails
.
Implementations§
source§impl AppImageConfigDetailsBuilder
impl AppImageConfigDetailsBuilder
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 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 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 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. Must be unique to your account.
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. Must be unique to your account.
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. Must be unique to your account.
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 for the file system and kernels in the SageMaker image.
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 for the file system and kernels in the SageMaker image.
sourcepub fn get_kernel_gateway_image_config(
&self,
) -> &Option<KernelGatewayImageConfig>
pub fn get_kernel_gateway_image_config( &self, ) -> &Option<KernelGatewayImageConfig>
The configuration for the file system and kernels in the SageMaker image.
sourcepub fn jupyter_lab_app_image_config(
self,
input: JupyterLabAppImageConfig,
) -> Self
pub fn jupyter_lab_app_image_config( self, input: JupyterLabAppImageConfig, ) -> Self
The configuration for the file system and the runtime, such as the environment variables and entry point.
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 for the file system and the runtime, such as the environment variables and entry point.
sourcepub fn get_jupyter_lab_app_image_config(
&self,
) -> &Option<JupyterLabAppImageConfig>
pub fn get_jupyter_lab_app_image_config( &self, ) -> &Option<JupyterLabAppImageConfig>
The configuration for the file system and the runtime, such as the environment variables and entry point.
sourcepub fn code_editor_app_image_config(
self,
input: CodeEditorAppImageConfig,
) -> Self
pub fn code_editor_app_image_config( self, input: CodeEditorAppImageConfig, ) -> Self
The configuration for the file system and the runtime, such as the environment variables and entry point.
sourcepub fn set_code_editor_app_image_config(
self,
input: Option<CodeEditorAppImageConfig>,
) -> Self
pub fn set_code_editor_app_image_config( self, input: Option<CodeEditorAppImageConfig>, ) -> Self
The configuration for the file system and the runtime, such as the environment variables and entry point.
sourcepub fn get_code_editor_app_image_config(
&self,
) -> &Option<CodeEditorAppImageConfig>
pub fn get_code_editor_app_image_config( &self, ) -> &Option<CodeEditorAppImageConfig>
The configuration for the file system and the runtime, such as the environment variables and entry point.
sourcepub fn build(self) -> AppImageConfigDetails
pub fn build(self) -> AppImageConfigDetails
Consumes the builder and constructs a AppImageConfigDetails
.
Trait Implementations§
source§impl Clone for AppImageConfigDetailsBuilder
impl Clone for AppImageConfigDetailsBuilder
source§fn clone(&self) -> AppImageConfigDetailsBuilder
fn clone(&self) -> AppImageConfigDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AppImageConfigDetailsBuilder
impl Debug for AppImageConfigDetailsBuilder
source§impl Default for AppImageConfigDetailsBuilder
impl Default for AppImageConfigDetailsBuilder
source§fn default() -> AppImageConfigDetailsBuilder
fn default() -> AppImageConfigDetailsBuilder
source§impl PartialEq for AppImageConfigDetailsBuilder
impl PartialEq for AppImageConfigDetailsBuilder
source§fn eq(&self, other: &AppImageConfigDetailsBuilder) -> bool
fn eq(&self, other: &AppImageConfigDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AppImageConfigDetailsBuilder
Auto Trait Implementations§
impl Freeze for AppImageConfigDetailsBuilder
impl RefUnwindSafe for AppImageConfigDetailsBuilder
impl Send for AppImageConfigDetailsBuilder
impl Sync for AppImageConfigDetailsBuilder
impl Unpin for AppImageConfigDetailsBuilder
impl UnwindSafe for AppImageConfigDetailsBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more