pub struct Builder { /* private fields */ }
Expand description
A builder for ResourceConfigForUpdate
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn keep_alive_period_in_seconds(self, input: i32) -> Self
pub fn keep_alive_period_in_seconds(self, input: i32) -> Self
The KeepAlivePeriodInSeconds
value specified in the ResourceConfig
to update.
sourcepub fn set_keep_alive_period_in_seconds(self, input: Option<i32>) -> Self
pub fn set_keep_alive_period_in_seconds(self, input: Option<i32>) -> Self
The KeepAlivePeriodInSeconds
value specified in the ResourceConfig
to update.
sourcepub fn build(self) -> ResourceConfigForUpdate
pub fn build(self) -> ResourceConfigForUpdate
Consumes the builder and constructs a ResourceConfigForUpdate
.