#[non_exhaustive]pub struct EnvironmentTemplateSummaryBuilder { /* private fields */ }Expand description
A builder for EnvironmentTemplateSummary.
Implementations§
source§impl EnvironmentTemplateSummaryBuilder
impl EnvironmentTemplateSummaryBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the environment template.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the environment template.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time when the environment template was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time when the environment template was created.
sourcepub fn last_modified_at(self, input: DateTime) -> Self
pub fn last_modified_at(self, input: DateTime) -> Self
The time when the environment template was last modified.
sourcepub fn set_last_modified_at(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_at(self, input: Option<DateTime>) -> Self
The time when the environment template was last modified.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The name of the environment template as displayed in the developer interface.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The name of the environment template as displayed in the developer interface.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the environment template.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the environment template.
sourcepub fn recommended_version(self, input: impl Into<String>) -> Self
pub fn recommended_version(self, input: impl Into<String>) -> Self
The recommended version of the environment template.
sourcepub fn set_recommended_version(self, input: Option<String>) -> Self
pub fn set_recommended_version(self, input: Option<String>) -> Self
The recommended version of the environment template.
sourcepub fn provisioning(self, input: Provisioning) -> Self
pub fn provisioning(self, input: Provisioning) -> Self
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
sourcepub fn set_provisioning(self, input: Option<Provisioning>) -> Self
pub fn set_provisioning(self, input: Option<Provisioning>) -> Self
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
sourcepub fn build(self) -> EnvironmentTemplateSummary
pub fn build(self) -> EnvironmentTemplateSummary
Consumes the builder and constructs a EnvironmentTemplateSummary.
Trait Implementations§
source§impl Clone for EnvironmentTemplateSummaryBuilder
impl Clone for EnvironmentTemplateSummaryBuilder
source§fn clone(&self) -> EnvironmentTemplateSummaryBuilder
fn clone(&self) -> EnvironmentTemplateSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for EnvironmentTemplateSummaryBuilder
impl Default for EnvironmentTemplateSummaryBuilder
source§fn default() -> EnvironmentTemplateSummaryBuilder
fn default() -> EnvironmentTemplateSummaryBuilder
source§impl PartialEq<EnvironmentTemplateSummaryBuilder> for EnvironmentTemplateSummaryBuilder
impl PartialEq<EnvironmentTemplateSummaryBuilder> for EnvironmentTemplateSummaryBuilder
source§fn eq(&self, other: &EnvironmentTemplateSummaryBuilder) -> bool
fn eq(&self, other: &EnvironmentTemplateSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.