| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ComputeType |
BuildEnvironment.getComputeType()
The type of compute to use for this build.
|
ComputeType |
BuildEnvironment.Jsii$Proxy.getComputeType() |
ComputeType |
LinuxBuildImage.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. |
default ComputeType |
IBuildImage.Jsii$Default.getDefaultComputeType()
The default
ComputeType to use with this image, if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
WindowsBuildImage.getDefaultComputeType()
The default
ComputeType to use with this image, if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
LinuxArmBuildImage.getDefaultComputeType()
The default
ComputeType to use with this image, if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
IBindableBuildImage.Jsii$Proxy.getDefaultComputeType()
The default
ComputeType to use with this image, if one was not specified in BuildEnvironment#computeType explicitly. |
default ComputeType |
IBindableBuildImage.Jsii$Default.getDefaultComputeType()
The default
ComputeType to use with this image, if one was not specified in BuildEnvironment#computeType explicitly. |
ComputeType |
LinuxGpuBuildImage.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 |
|---|---|
BuildEnvironment.Builder |
BuildEnvironment.Builder.computeType(ComputeType computeType)
Sets the value of
BuildEnvironment.getComputeType() |
Copyright © 2022. All rights reserved.