Struct aws_sdk_codedeploy::model::lambda_function_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LambdaFunctionInfo
Implementations
The name of a Lambda function.
The name of a Lambda function.
The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
The version of a Lambda function that production traffic points to.
The version of a Lambda function that production traffic points to.
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
The percentage of production traffic that the target version of a Lambda function receives.
The percentage of production traffic that the target version of a Lambda function receives.
Consumes the builder and constructs a LambdaFunctionInfo
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