pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateAppImageConfigInput
.
Implementations§
source§impl Builder
impl Builder
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
.