| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Method and Description |
|---|---|
ComputeType |
BuildEnvironment.getComputeType()
The type of compute to use for this build.
|
ComputeType |
BuildEnvironment.Jsii$Proxy.getComputeType()
The type of compute to use for this build.
|
ComputeType |
WindowsBuildImage.getDefaultComputeType()
The default
ComputeType to use with this image,
if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
IBuildImage.getDefaultComputeType()
The default
ComputeType to use with this image,
if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
IBuildImage.Jsii$Proxy.getDefaultComputeType()
The default
ComputeType to use with this image,
if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
LinuxBuildImage.getDefaultComputeType()
The default
ComputeType to use with this image,
if one was not specified in BuildEnvironment#computeType explicitly. |
static ComputeType |
ComputeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeType[] |
ComputeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildEnvironment.setComputeType(ComputeType value)
The type of compute to use for this build.
|
void |
BuildEnvironment.Jsii$Proxy.setComputeType(ComputeType value)
The type of compute to use for this build.
|
BuildEnvironment.Builder |
BuildEnvironment.Builder.withComputeType(ComputeType value)
Sets the value of ComputeType
|
Copyright © 2018. All rights reserved.