#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateApplicationInput
Implementations
The name of the application. Must be unique within your account.
The name of the application. Must be unique within your account.
Your description of the application.
Your description of the application.
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
pub fn set_resource_lifecycle_config(
self,
input: Option<ApplicationResourceLifecycleConfig>
) -> Self
pub fn set_resource_lifecycle_config(
self,
input: Option<ApplicationResourceLifecycleConfig>
) -> Self
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.
Consumes the builder and constructs a CreateApplicationInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more