Struct aws_sdk_lambda::output::get_function_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetFunctionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration(self, input: FunctionConfiguration) -> Self
pub fn configuration(self, input: FunctionConfiguration) -> Self
The configuration of the function or version.
sourcepub fn set_configuration(self, input: Option<FunctionConfiguration>) -> Self
pub fn set_configuration(self, input: Option<FunctionConfiguration>) -> Self
The configuration of the function or version.
sourcepub fn code(self, input: FunctionCodeLocation) -> Self
pub fn code(self, input: FunctionCodeLocation) -> Self
The deployment package of the function or version.
sourcepub fn set_code(self, input: Option<FunctionCodeLocation>) -> Self
pub fn set_code(self, input: Option<FunctionCodeLocation>) -> Self
The deployment package of the function or version.
The function's tags.
sourcepub fn concurrency(self, input: Concurrency) -> Self
pub fn concurrency(self, input: Concurrency) -> Self
The function's reserved concurrency.
sourcepub fn set_concurrency(self, input: Option<Concurrency>) -> Self
pub fn set_concurrency(self, input: Option<Concurrency>) -> Self
The function's reserved concurrency.
sourcepub fn build(self) -> GetFunctionOutput
pub fn build(self) -> GetFunctionOutput
Consumes the builder and constructs a GetFunctionOutput
.