Struct aws_sdk_lambda::model::image_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ImageConfig
Implementations
Appends an item to entry_point
.
To override the contents of this collection use set_entry_point
.
Specifies the entry point to their application, which is typically the location of the runtime executable.
Specifies the entry point to their application, which is typically the location of the runtime executable.
Appends an item to command
.
To override the contents of this collection use set_command
.
Specifies parameters that you want to pass in with ENTRYPOINT.
Specifies parameters that you want to pass in with ENTRYPOINT.
Specifies the working directory.
Specifies the working directory.
Consumes the builder and constructs a ImageConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more