| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentType |
StartBuildRequest.environmentTypeOverride()
A container type for this build that overrides the one specified in the build project.
|
EnvironmentType |
StartBuildBatchRequest.environmentTypeOverride()
A container type for this batch build that overrides the one specified in the batch build project.
|
static EnvironmentType |
EnvironmentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentType |
ProjectEnvironment.type()
The type of build environment to use for related builds.
|
static EnvironmentType |
EnvironmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentType[] |
EnvironmentType.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<EnvironmentType> |
EnvironmentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartBuildRequest.Builder |
StartBuildRequest.Builder.environmentTypeOverride(EnvironmentType environmentTypeOverride)
A container type for this build that overrides the one specified in the build project.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.environmentTypeOverride(EnvironmentType environmentTypeOverride)
A container type for this batch build that overrides the one specified in the batch build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.type(EnvironmentType type)
The type of build environment to use for related builds.
|
Copyright © 2021. All rights reserved.