| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartBuildBatchResult> |
AbstractAWSCodeBuildAsync.startBuildBatchAsync(StartBuildBatchRequest request,
AsyncHandler<StartBuildBatchRequest,StartBuildBatchResult> asyncHandler) |
Future<StartBuildBatchResult> |
AWSCodeBuildAsync.startBuildBatchAsync(StartBuildBatchRequest startBuildBatchRequest,
AsyncHandler<StartBuildBatchRequest,StartBuildBatchResult> asyncHandler)
Starts a batch build for a project.
|
Future<StartBuildBatchResult> |
AWSCodeBuildAsyncClient.startBuildBatchAsync(StartBuildBatchRequest request,
AsyncHandler<StartBuildBatchRequest,StartBuildBatchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartBuildBatchRequest |
StartBuildBatchRequest.clone() |
StartBuildBatchRequest |
StartBuildBatchRequest.withArtifactsOverride(ProjectArtifacts artifactsOverride)
An array of
ProjectArtifacts objects that contains information about the build output artifact
overrides for the build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withBuildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
StartBuildBatchRequest |
StartBuildBatchRequest.withBuildspecOverride(String buildspecOverride)
A buildspec file declaration that overrides, for this build only, the latest one already defined in the build
project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withBuildTimeoutInMinutesOverride(Integer buildTimeoutInMinutesOverride)
Overrides the build timeout specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withCacheOverride(ProjectCache cacheOverride)
A
ProjectCache object that specifies cache overrides. |
StartBuildBatchRequest |
StartBuildBatchRequest.withCertificateOverride(String certificateOverride)
The name of a certificate for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withComputeTypeOverride(ComputeType computeTypeOverride)
The name of a compute type for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withComputeTypeOverride(String computeTypeOverride)
The name of a compute type for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withDebugSessionEnabled(Boolean debugSessionEnabled)
Specifies if session debugging is enabled for this batch build.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withEncryptionKeyOverride(String encryptionKeyOverride)
The AWS Key Management Service (AWS KMS) customer master key (CMK) that overrides the one specified in the batch
build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withEnvironmentTypeOverride(EnvironmentType environmentTypeOverride)
A container type for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withEnvironmentTypeOverride(String environmentTypeOverride)
A container type for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withEnvironmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withGitCloneDepthOverride(Integer gitCloneDepthOverride)
The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any
previous depth of history defined in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withGitSubmodulesConfigOverride(GitSubmodulesConfig gitSubmodulesConfigOverride)
A
GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build. |
StartBuildBatchRequest |
StartBuildBatchRequest.withIdempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the
StartBuildBatch
request. |
StartBuildBatchRequest |
StartBuildBatchRequest.withImageOverride(String imageOverride)
The name of an image for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withImagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)
The type of credentials AWS CodeBuild uses to pull images in your batch build.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withImagePullCredentialsTypeOverride(String imagePullCredentialsTypeOverride)
The type of credentials AWS CodeBuild uses to pull images in your batch build.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withInsecureSslOverride(Boolean insecureSslOverride)
Enable this flag to override the insecure SSL setting that is specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withLogsConfigOverride(LogsConfig logsConfigOverride)
A
LogsConfig object that override the log settings defined in the batch build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withPrivilegedModeOverride(Boolean privilegedModeOverride)
Enable this flag to override privileged mode in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withProjectName(String projectName)
The name of the project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withQueuedTimeoutInMinutesOverride(Integer queuedTimeoutInMinutesOverride)
The number of minutes a batch build is allowed to be queued before it times out.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withRegistryCredentialOverride(RegistryCredential registryCredentialOverride)
A
RegistryCredential object that overrides credentials for access to a private registry. |
StartBuildBatchRequest |
StartBuildBatchRequest.withReportBuildBatchStatusOverride(Boolean reportBuildBatchStatusOverride)
Set to
true to report to your source provider the status of a batch build's start and completion. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)
An array of
ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondaryArtifactsOverride(ProjectArtifacts... secondaryArtifactsOverride)
An array of
ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesOverride(ProjectSource... secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesVersionOverride(ProjectSourceVersion... secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withServiceRoleOverride(String serviceRoleOverride)
The name of a service role for this batch build that overrides the one specified in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withSourceAuthOverride(SourceAuth sourceAuthOverride)
A
SourceAuth object that overrides the one defined in the batch build project. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSourceLocationOverride(String sourceLocationOverride)
A location that overrides, for this batch build, the source location defined in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withSourceTypeOverride(SourceType sourceTypeOverride)
The source input type that overrides the source input defined in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withSourceTypeOverride(String sourceTypeOverride)
The source input type that overrides the source input defined in the batch build project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withSourceVersion(String sourceVersion)
The version of the batch build input to be built, for this build only.
|
Copyright © 2021. All rights reserved.