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.
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 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 build(self) -> Result<UpdateAppImageConfigInput, BuildError>
pub fn build(self) -> Result<UpdateAppImageConfigInput, BuildError>
Consumes the builder and constructs a UpdateAppImageConfigInput
.
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<UpdateAppImageConfigInputBuilder> for UpdateAppImageConfigInputBuilder
impl PartialEq<UpdateAppImageConfigInputBuilder> 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 ==
.