Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
BuildConfiguration |
BuildConfiguration.clone() |
BuildConfiguration |
CreateApplicationVersionRequest.getBuildConfiguration()
Settings for an AWS CodeBuild build.
|
BuildConfiguration |
BuildConfiguration.withArtifactName(String artifactName)
The name of the artifact of the CodeBuild build.
|
BuildConfiguration |
BuildConfiguration.withCodeBuildServiceRole(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 |
BuildConfiguration.withComputeType(ComputeType computeType)
Information about the compute resources the build project will use.
|
BuildConfiguration |
BuildConfiguration.withComputeType(String computeType)
Information about the compute resources the build project will use.
|
BuildConfiguration |
BuildConfiguration.withImage(String image)
The ID of the Docker image to use for this build project.
|
BuildConfiguration |
BuildConfiguration.withTimeoutInMinutes(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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApplicationVersionRequest.setBuildConfiguration(BuildConfiguration buildConfiguration)
Settings for an AWS CodeBuild build.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withBuildConfiguration(BuildConfiguration buildConfiguration)
Settings for an AWS CodeBuild build.
|
Copyright © 2017. All rights reserved.