| 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.withCache(ProjectCache cache)
Stores recently used information so that it can be quickly accessed at a later time.
|
CreateProjectRequest |
CreateProjectRequest.withDescription(String description)
A description that makes the build project easy to identify.
|
CreateProjectRequest |
CreateProjectRequest.withEncryptionKey(String encryptionKey)
The AWS Key Management Service (AWS KMS) 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.withName(String name)
The name of the build project.
|
CreateProjectRequest |
CreateProjectRequest.withServiceRole(String serviceRole)
The 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.
|
CreateProjectRequest |
CreateProjectRequest.withSource(ProjectSource source)
Information about the build input source code for the build project.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Collection<Tag> tags)
A set of tags for this build project.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Tag... tags)
A set of tags for this build project.
|
CreateProjectRequest |
CreateProjectRequest.withTimeoutInMinutes(Integer timeoutInMinutes)
How long, in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any build that has not
been marked as completed.
|
CreateProjectRequest |
CreateProjectRequest.withVpcConfig(VpcConfig vpcConfig)
VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
|
Copyright © 2018. All rights reserved.