@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.386Z") public interface BuildEnvironment extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildEnvironment.Builder
A builder for
BuildEnvironment |
static class |
BuildEnvironment.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildEnvironment.Builder |
builder() |
IBuildImage |
getBuildImage()
The image used for the builds.
|
ComputeType |
getComputeType()
The type of compute to use for this build.
|
Map<String,BuildEnvironmentVariable> |
getEnvironmentVariables()
The environment variables that your builds can use.
|
Boolean |
getPrivileged()
Indicates how the project builds Docker images.
|
void |
setBuildImage(IBuildImage value)
The image used for the builds.
|
void |
setComputeType(ComputeType value)
The type of compute to use for this build.
|
void |
setEnvironmentVariables(Map<String,BuildEnvironmentVariable> value)
The environment variables that your builds can use.
|
void |
setPrivileged(Boolean value)
Indicates how the project builds Docker images.
|
IBuildImage getBuildImage()
void setBuildImage(IBuildImage value)
ComputeType getComputeType()
ComputeType enum for the possible values.void setComputeType(ComputeType value)
ComputeType enum for the possible values.Map<String,BuildEnvironmentVariable> getEnvironmentVariables()
void setEnvironmentVariables(Map<String,BuildEnvironmentVariable> value)
Boolean getPrivileged()
void setPrivileged(Boolean value)
static BuildEnvironment.Builder builder()
BuildEnvironment.Builder of BuildEnvironmentCopyright © 2018. All rights reserved.