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