public static final class BuildEnvironment.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BuildEnvironment
software.amazon.jsii.JsiiObject.InitializationModeBuildEnvironment.Builder, BuildEnvironment.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public IBuildImage getBuildImage()
getBuildImage in interface BuildEnvironmentpublic void setBuildImage(@Nullable IBuildImage value)
setBuildImage in interface BuildEnvironment@Nullable public ComputeType getComputeType()
ComputeType enum for the possible values.getComputeType in interface BuildEnvironmentpublic void setComputeType(@Nullable ComputeType value)
ComputeType enum for the possible values.setComputeType in interface BuildEnvironment@Nullable public Map<String,BuildEnvironmentVariable> getEnvironmentVariables()
getEnvironmentVariables in interface BuildEnvironmentpublic void setEnvironmentVariables(@Nullable Map<String,BuildEnvironmentVariable> value)
setEnvironmentVariables in interface BuildEnvironment@Nullable public Boolean getPrivileged()
getPrivileged in interface BuildEnvironmentpublic void setPrivileged(@Nullable Boolean value)
setPrivileged in interface BuildEnvironmentCopyright © 2018. All rights reserved.