Struct aws_sdk_lambda::model::snap_start::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SnapStart
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn apply_on(self, input: SnapStartApplyOn) -> Self
pub fn apply_on(self, input: SnapStartApplyOn) -> Self
Set to PublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.
sourcepub fn set_apply_on(self, input: Option<SnapStartApplyOn>) -> Self
pub fn set_apply_on(self, input: Option<SnapStartApplyOn>) -> Self
Set to PublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.