| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectEnvironment.Builder |
ProjectEnvironment.builder() |
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.certificate(String certificate)
The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for
the build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.computeType(ComputeType computeType)
Information about the compute resources the build project uses.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.computeType(String computeType)
Information about the compute resources the build project uses.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.environmentVariables(Collection<EnvironmentVariable> environmentVariables)
A set of environment variables to make available to builds for this build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.environmentVariables(Consumer<EnvironmentVariable.Builder>... environmentVariables)
A set of environment variables to make available to builds for this build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.environmentVariables(EnvironmentVariable... environmentVariables)
A set of environment variables to make available to builds for this build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.image(String image)
The image tag or image digest that identifies the Docker image to use for this build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.imagePullCredentialsType(ImagePullCredentialsType imagePullCredentialsType)
The type of credentials CodeBuild uses to pull images in your build.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.imagePullCredentialsType(String imagePullCredentialsType)
The type of credentials CodeBuild uses to pull images in your build.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.privilegedMode(Boolean privilegedMode)
Enables running the Docker daemon inside a Docker container.
|
default ProjectEnvironment.Builder |
ProjectEnvironment.Builder.registryCredential(Consumer<RegistryCredential.Builder> registryCredential)
The credentials for access to a private registry.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.registryCredential(RegistryCredential registryCredential)
The credentials for access to a private registry.
|
ProjectEnvironment.Builder |
ProjectEnvironment.toBuilder() |
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.type(EnvironmentType type)
The type of build environment to use for related builds.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.type(String type)
The type of build environment to use for related builds.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectEnvironment.Builder> |
ProjectEnvironment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Information about the build environment for the build project.
|
default Build.Builder |
Build.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Information about the build environment for this build.
|
default BuildBatch.Builder |
BuildBatch.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Sets the value of the Environment property for this object.
|
default Project.Builder |
Project.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Information about the build environment for this build project.
|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Information to be changed about the build environment for the build project.
|
Copyright © 2023. All rights reserved.