Struct aws_sdk_lambda::operation::put_runtime_management_config::builders::PutRuntimeManagementConfigOutputBuilder
source · #[non_exhaustive]pub struct PutRuntimeManagementConfigOutputBuilder { /* private fields */ }
Expand description
A builder for PutRuntimeManagementConfigOutput
.
Implementations§
source§impl PutRuntimeManagementConfigOutputBuilder
impl PutRuntimeManagementConfigOutputBuilder
sourcepub fn update_runtime_on(self, input: UpdateRuntimeOn) -> Self
pub fn update_runtime_on(self, input: UpdateRuntimeOn) -> Self
The runtime update mode.
This field is required.sourcepub fn set_update_runtime_on(self, input: Option<UpdateRuntimeOn>) -> Self
pub fn set_update_runtime_on(self, input: Option<UpdateRuntimeOn>) -> Self
The runtime update mode.
sourcepub fn get_update_runtime_on(&self) -> &Option<UpdateRuntimeOn>
pub fn get_update_runtime_on(&self) -> &Option<UpdateRuntimeOn>
The runtime update mode.
sourcepub fn function_arn(self, input: impl Into<String>) -> Self
pub fn function_arn(self, input: impl Into<String>) -> Self
The ARN of the function
This field is required.sourcepub fn set_function_arn(self, input: Option<String>) -> Self
pub fn set_function_arn(self, input: Option<String>) -> Self
The ARN of the function
sourcepub fn get_function_arn(&self) -> &Option<String>
pub fn get_function_arn(&self) -> &Option<String>
The ARN of the function
sourcepub fn runtime_version_arn(self, input: impl Into<String>) -> Self
pub fn runtime_version_arn(self, input: impl Into<String>) -> Self
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null
is returned.
sourcepub fn set_runtime_version_arn(self, input: Option<String>) -> Self
pub fn set_runtime_version_arn(self, input: Option<String>) -> Self
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null
is returned.
sourcepub fn get_runtime_version_arn(&self) -> &Option<String>
pub fn get_runtime_version_arn(&self) -> &Option<String>
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null
is returned.
sourcepub fn build(self) -> Result<PutRuntimeManagementConfigOutput, BuildError>
pub fn build(self) -> Result<PutRuntimeManagementConfigOutput, BuildError>
Consumes the builder and constructs a PutRuntimeManagementConfigOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for PutRuntimeManagementConfigOutputBuilder
impl Clone for PutRuntimeManagementConfigOutputBuilder
source§fn clone(&self) -> PutRuntimeManagementConfigOutputBuilder
fn clone(&self) -> PutRuntimeManagementConfigOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for PutRuntimeManagementConfigOutputBuilder
impl Default for PutRuntimeManagementConfigOutputBuilder
source§fn default() -> PutRuntimeManagementConfigOutputBuilder
fn default() -> PutRuntimeManagementConfigOutputBuilder
source§impl PartialEq for PutRuntimeManagementConfigOutputBuilder
impl PartialEq for PutRuntimeManagementConfigOutputBuilder
source§fn eq(&self, other: &PutRuntimeManagementConfigOutputBuilder) -> bool
fn eq(&self, other: &PutRuntimeManagementConfigOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.