Struct aws_sdk_elasticbeanstalk::input::update_application_resource_lifecycle_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateApplicationResourceLifecycleInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of the application.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of the application.
sourcepub fn resource_lifecycle_config(
self,
input: ApplicationResourceLifecycleConfig
) -> Self
pub fn resource_lifecycle_config(
self,
input: ApplicationResourceLifecycleConfig
) -> Self
The lifecycle configuration.
sourcepub fn set_resource_lifecycle_config(
self,
input: Option<ApplicationResourceLifecycleConfig>
) -> Self
pub fn set_resource_lifecycle_config(
self,
input: Option<ApplicationResourceLifecycleConfig>
) -> Self
The lifecycle configuration.
sourcepub fn build(
self
) -> Result<UpdateApplicationResourceLifecycleInput, BuildError>
pub fn build(
self
) -> Result<UpdateApplicationResourceLifecycleInput, BuildError>
Consumes the builder and constructs a UpdateApplicationResourceLifecycleInput
.