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(String computeType) |
Information about the compute resources the build project uses.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.computeType(ComputeType 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.
|
default ProjectEnvironment.Builder |
ProjectEnvironment.Builder.fleet(Consumer<ProjectFleet.Builder> fleet) |
A ProjectFleet object to use for this build project.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.fleet(ProjectFleet fleet) |
A ProjectFleet object to use 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(String imagePullCredentialsType) |
The type of credentials CodeBuild uses to pull images in your build.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.imagePullCredentialsType(ImagePullCredentialsType 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(String type) |
The type of build environment to use for related builds.
|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.type(EnvironmentType type) |
The type of build environment to use for related builds.
|