| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment |
CreateProjectRequest.environment()
Information about the build environment for the build project.
|
ProjectEnvironment |
Build.environment()
Information about the build environment for this build.
|
ProjectEnvironment |
BuildBatch.environment()
Returns the value of the Environment property for this object.
|
ProjectEnvironment |
Project.environment()
Information about the build environment for this build project.
|
ProjectEnvironment |
UpdateProjectRequest.environment()
Information to be changed about the build environment for the build project.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.environment(ProjectEnvironment environment)
Information about the build environment for the build project.
|
Build.Builder |
Build.Builder.environment(ProjectEnvironment environment)
Information about the build environment for this build.
|
BuildBatch.Builder |
BuildBatch.Builder.environment(ProjectEnvironment environment)
Sets the value of the Environment property for this object.
|
Project.Builder |
Project.Builder.environment(ProjectEnvironment environment)
Information about the build environment for this build project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.environment(ProjectEnvironment environment)
Information to be changed about the build environment for the build project.
|
Copyright © 2023. All rights reserved.