| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateProjectResponse> |
CodeBuildAsyncClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a build project.
|
default CreateProjectResponse |
CodeBuildClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a build project.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.artifacts(Consumer<ProjectArtifacts.Builder> artifacts)
Information about the build output artifacts for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.artifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.badgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
static CreateProjectRequest.Builder |
CreateProjectRequest.builder() |
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.cache(Consumer<ProjectCache.Builder> cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.cache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.concurrentBuildLimit(Integer concurrentBuildLimit)
The maximum number of concurrent builds that are allowed for this project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.description(String description)
A description that makes the build project easy to identify.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.encryptionKey(String encryptionKey)
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Information about the build environment for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.environment(ProjectEnvironment environment)
Information about the build environment for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.fileSystemLocations(Consumer<ProjectFileSystemLocation.Builder>... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.logsConfig(Consumer<LogsConfig.Builder> logsConfig)
Information about logs for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.logsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.name(String name)
The name of the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.queuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
The number of minutes a build is allowed to be queued before it times out.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondaryArtifacts(Consumer<ProjectArtifacts.Builder>... secondaryArtifacts)
An array of
ProjectArtifacts objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondaryArtifacts(ProjectArtifacts... secondaryArtifacts)
An array of
ProjectArtifacts objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySources(Consumer<ProjectSource.Builder>... secondarySources)
An array of
ProjectSource objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySourceVersions(Consumer<ProjectSourceVersion.Builder>... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.serviceRole(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.
|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.source(Consumer<ProjectSource.Builder> source)
Information about the build input source code for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.source(ProjectSource source)
Information about the build input source code for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.sourceVersion(String sourceVersion)
A version of the build input to be built for this project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tag key and value pairs associated with this build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with this build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.timeoutInMinutes(Integer timeoutInMinutes)
How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out any build that has
not been marked as completed.
|
CreateProjectRequest.Builder |
CreateProjectRequest.toBuilder() |
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.vpcConfig(VpcConfig vpcConfig)
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProjectRequest.Builder> |
CreateProjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.