| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ComputeType |
ProjectEnvironment.computeType()
Information about the compute resources the build project uses.
|
ComputeType |
StartBuildRequest.computeTypeOverride()
The name of a compute type for this build that overrides the one specified in the build project.
|
ComputeType |
StartBuildBatchRequest.computeTypeOverride()
The name of a compute type for this batch build that overrides the one specified in the batch build project.
|
static ComputeType |
ComputeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ComputeType> |
ComputeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.computeType(ComputeType computeType)
Information about the compute resources the build project uses.
|
StartBuildRequest.Builder |
StartBuildRequest.Builder.computeTypeOverride(ComputeType computeTypeOverride)
The name of a compute type for this build that overrides the one specified in the build project.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.computeTypeOverride(ComputeType computeTypeOverride)
The name of a compute type for this batch build that overrides the one specified in the batch build project.
|
Copyright © 2021. All rights reserved.