#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ApplicationDescription
Implementations
The Amazon Resource Name (ARN) of the application.
The Amazon Resource Name (ARN) of the application.
The name of the application.
The name of the application.
User-defined description of the application.
User-defined description of the application.
The date when the application was created.
The date when the application was created.
The date when the application was last modified.
The date when the application was last modified.
Appends an item to versions
.
To override the contents of this collection use set_versions
.
The names of the versions for this application.
The names of the versions for this application.
Appends an item to configuration_templates
.
To override the contents of this collection use set_configuration_templates
.
The names of the configuration templates associated with this application.
The names of the configuration templates associated with this application.
The lifecycle settings for the application.
pub fn set_resource_lifecycle_config(
self,
input: Option<ApplicationResourceLifecycleConfig>
) -> Self
pub fn set_resource_lifecycle_config(
self,
input: Option<ApplicationResourceLifecycleConfig>
) -> Self
The lifecycle settings for the application.
Consumes the builder and constructs a ApplicationDescription
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