BuildConfiguration.Builder |
BuildConfiguration.Builder.artifactName(String artifactName) |
The name of the artifact of the CodeBuild build.
|
static BuildConfiguration.Builder |
BuildConfiguration.builder() |
|
BuildConfiguration.Builder |
BuildConfiguration.Builder.codeBuildServiceRole(String codeBuildServiceRole) |
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS
CodeBuild to interact with dependent AWS services on behalf of the AWS account.
|
BuildConfiguration.Builder |
BuildConfiguration.Builder.computeType(String computeType) |
Information about the compute resources the build project will use.
|
BuildConfiguration.Builder |
BuildConfiguration.Builder.computeType(ComputeType computeType) |
Information about the compute resources the build project will use.
|
BuildConfiguration.Builder |
BuildConfiguration.Builder.image(String image) |
The ID of the Docker image to use for this build project.
|
BuildConfiguration.Builder |
BuildConfiguration.Builder.timeoutInMinutes(Integer timeoutInMinutes) |
How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build
that does not get marked as completed.
|
BuildConfiguration.Builder |
BuildConfiguration.toBuilder() |
|