| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
CodeBuild is a fully managed build service in the cloud.
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProjectResult> |
AbstractAWSCodeBuildAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AWSCodeBuildAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Changes the settings of a build project.
|
Future<UpdateProjectResult> |
AWSCodeBuildAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest |
UpdateProjectRequest.clone() |
UpdateProjectRequest |
UpdateProjectRequest.withArtifacts(ProjectArtifacts artifacts)
Information to be changed about the build output artifacts for the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withBadgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
|
UpdateProjectRequest |
UpdateProjectRequest.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig) |
UpdateProjectRequest |
UpdateProjectRequest.withCache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
UpdateProjectRequest |
UpdateProjectRequest.withConcurrentBuildLimit(Integer concurrentBuildLimit)
The maximum number of concurrent builds that are allowed for this project.
|
UpdateProjectRequest |
UpdateProjectRequest.withDescription(String description)
A new or replacement description of the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withEncryptionKey(String encryptionKey)
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
|
UpdateProjectRequest |
UpdateProjectRequest.withEnvironment(ProjectEnvironment environment)
Information to be changed about the build environment for the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
UpdateProjectRequest |
UpdateProjectRequest.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
UpdateProjectRequest |
UpdateProjectRequest.withLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withName(String name)
The name of the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withQueuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
The number of minutes a build is allowed to be queued before it times out.
|
UpdateProjectRequest |
UpdateProjectRequest.withSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectSource objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondaryArtifacts(ProjectArtifacts... secondaryArtifacts)
An array of
ProjectSource objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
UpdateProjectRequest |
UpdateProjectRequest.withServiceRole(String serviceRole)
The replacement ARN of the Identity and Access Management role that enables CodeBuild to interact with dependent
Amazon Web Services services on behalf of the Amazon Web Services account.
|
UpdateProjectRequest |
UpdateProjectRequest.withSource(ProjectSource source)
Information to be changed about the build input source code for the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withSourceVersion(String sourceVersion)
A version of the build input to be built for this project.
|
UpdateProjectRequest |
UpdateProjectRequest.withTags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withTags(Tag... tags)
An updated list of tag key and value pairs associated with this build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withTimeoutInMinutes(Integer timeoutInMinutes)
The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related
build that did not get marked as completed.
|
UpdateProjectRequest |
UpdateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
Copyright © 2021. All rights reserved.