Struct aws_sdk_codebuild::model::environment_language::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EnvironmentLanguage
Implementations
The programming language for the Docker images.
The programming language for the Docker images.
Appends an item to images
.
To override the contents of this collection use set_images
.
The list of Docker images that are related by the specified programming language.
The list of Docker images that are related by the specified programming language.
Consumes the builder and constructs a EnvironmentLanguage
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