Struct aws_sdk_lambda::model::function_code_location::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FunctionCodeLocation
Implementations
The service that's hosting the file.
The service that's hosting the file.
A presigned URL that you can use to download the deployment package.
A presigned URL that you can use to download the deployment package.
URI of a container image in the Amazon ECR registry.
URI of a container image in the Amazon ECR registry.
The resolved URI for the image.
The resolved URI for the image.
Consumes the builder and constructs a FunctionCodeLocation
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