Struct aws_sdk_lambda::model::image_config_response::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImageConfigResponse
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn image_config(self, input: ImageConfig) -> Self
pub fn image_config(self, input: ImageConfig) -> Self
Configuration values that override the container image Dockerfile.
sourcepub fn set_image_config(self, input: Option<ImageConfig>) -> Self
pub fn set_image_config(self, input: Option<ImageConfig>) -> Self
Configuration values that override the container image Dockerfile.
sourcepub fn error(self, input: ImageConfigError) -> Self
pub fn error(self, input: ImageConfigError) -> Self
Error response to GetFunctionConfiguration
.
sourcepub fn set_error(self, input: Option<ImageConfigError>) -> Self
pub fn set_error(self, input: Option<ImageConfigError>) -> Self
Error response to GetFunctionConfiguration
.
sourcepub fn build(self) -> ImageConfigResponse
pub fn build(self) -> ImageConfigResponse
Consumes the builder and constructs a ImageConfigResponse
.