#[non_exhaustive]pub struct EksContainerEnvironmentVariableBuilder { /* private fields */ }
Expand description
A builder for EksContainerEnvironmentVariable
.
Implementations§
source§impl EksContainerEnvironmentVariableBuilder
impl EksContainerEnvironmentVariableBuilder
sourcepub fn build(self) -> EksContainerEnvironmentVariable
pub fn build(self) -> EksContainerEnvironmentVariable
Consumes the builder and constructs a EksContainerEnvironmentVariable
.
Trait Implementations§
source§impl Clone for EksContainerEnvironmentVariableBuilder
impl Clone for EksContainerEnvironmentVariableBuilder
source§fn clone(&self) -> EksContainerEnvironmentVariableBuilder
fn clone(&self) -> EksContainerEnvironmentVariableBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for EksContainerEnvironmentVariableBuilder
impl Default for EksContainerEnvironmentVariableBuilder
source§fn default() -> EksContainerEnvironmentVariableBuilder
fn default() -> EksContainerEnvironmentVariableBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EksContainerEnvironmentVariableBuilder> for EksContainerEnvironmentVariableBuilder
impl PartialEq<EksContainerEnvironmentVariableBuilder> for EksContainerEnvironmentVariableBuilder
source§fn eq(&self, other: &EksContainerEnvironmentVariableBuilder) -> bool
fn eq(&self, other: &EksContainerEnvironmentVariableBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.