Struct aws_sdk_sagemaker::operation::update_app_image_config::builders::UpdateAppImageConfigInputBuilder
source · #[non_exhaustive]pub struct UpdateAppImageConfigInputBuilder { /* private fields */ }
Expand description
A builder for UpdateAppImageConfigInput
.
Implementations§
source§impl UpdateAppImageConfigInputBuilder
impl UpdateAppImageConfigInputBuilder
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 to update.
This field is required.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 to update.
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 to update.
sourcepub fn kernel_gateway_image_config(
self,
input: KernelGatewayImageConfig
) -> Self
pub fn kernel_gateway_image_config( self, input: KernelGatewayImageConfig ) -> Self
The new KernelGateway app to run on the 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 new KernelGateway app to run on the image.
sourcepub fn get_kernel_gateway_image_config(
&self
) -> &Option<KernelGatewayImageConfig>
pub fn get_kernel_gateway_image_config( &self ) -> &Option<KernelGatewayImageConfig>
The new KernelGateway app to run on the image.
sourcepub fn jupyter_lab_app_image_config(
self,
input: JupyterLabAppImageConfig
) -> Self
pub fn jupyter_lab_app_image_config( self, input: JupyterLabAppImageConfig ) -> Self
The JupyterLab app running on the image.
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 JupyterLab app running on the image.
sourcepub fn get_jupyter_lab_app_image_config(
&self
) -> &Option<JupyterLabAppImageConfig>
pub fn get_jupyter_lab_app_image_config( &self ) -> &Option<JupyterLabAppImageConfig>
The JupyterLab app running on the image.
sourcepub fn build(self) -> Result<UpdateAppImageConfigInput, BuildError>
pub fn build(self) -> Result<UpdateAppImageConfigInput, BuildError>
Consumes the builder and constructs a UpdateAppImageConfigInput
.
source§impl UpdateAppImageConfigInputBuilder
impl UpdateAppImageConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateAppImageConfigOutput, SdkError<UpdateAppImageConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateAppImageConfigOutput, SdkError<UpdateAppImageConfigError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateAppImageConfigInputBuilder
impl Clone for UpdateAppImageConfigInputBuilder
source§fn clone(&self) -> UpdateAppImageConfigInputBuilder
fn clone(&self) -> UpdateAppImageConfigInputBuilder
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 Default for UpdateAppImageConfigInputBuilder
impl Default for UpdateAppImageConfigInputBuilder
source§fn default() -> UpdateAppImageConfigInputBuilder
fn default() -> UpdateAppImageConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAppImageConfigInputBuilder
impl PartialEq for UpdateAppImageConfigInputBuilder
source§fn eq(&self, other: &UpdateAppImageConfigInputBuilder) -> bool
fn eq(&self, other: &UpdateAppImageConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateAppImageConfigInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAppImageConfigInputBuilder
impl Send for UpdateAppImageConfigInputBuilder
impl Sync for UpdateAppImageConfigInputBuilder
impl Unpin for UpdateAppImageConfigInputBuilder
impl UnwindSafe for UpdateAppImageConfigInputBuilder
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.