| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch.Builder |
BuildBatch.Builder.arn(String arn)
The ARN of the batch build.
|
BuildBatch.Builder |
BuildBatch.Builder.artifacts(BuildArtifacts artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
default BuildBatch.Builder |
BuildBatch.Builder.artifacts(Consumer<BuildArtifacts.Builder> artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
default BuildBatch.Builder |
BuildBatch.Builder.buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.buildBatchNumber(Long buildBatchNumber)
The number of the batch build.
|
BuildBatch.Builder |
BuildBatch.Builder.buildBatchStatus(StatusType buildBatchStatus)
The status of the batch build.
|
BuildBatch.Builder |
BuildBatch.Builder.buildBatchStatus(String buildBatchStatus)
The status of the batch build.
|
static BuildBatch.Builder |
BuildBatch.builder() |
BuildBatch.Builder |
BuildBatch.Builder.buildGroups(BuildGroup... buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.buildGroups(Collection<BuildGroup> buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.buildGroups(Consumer<BuildGroup.Builder>... buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.buildTimeoutInMinutes(Integer buildTimeoutInMinutes)
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
|
default BuildBatch.Builder |
BuildBatch.Builder.cache(Consumer<ProjectCache.Builder> cache)
Sets the value of the Cache property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.cache(ProjectCache cache)
Sets the value of the Cache property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.complete(Boolean complete)
Indicates if the batch build is complete.
|
BuildBatch.Builder |
BuildBatch.Builder.currentPhase(String currentPhase)
The current phase of the batch build.
|
BuildBatch.Builder |
BuildBatch.Builder.debugSessionEnabled(Boolean debugSessionEnabled)
Specifies if session debugging is enabled for this batch build.
|
BuildBatch.Builder |
BuildBatch.Builder.encryptionKey(String encryptionKey)
The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the batch build
output artifacts.
|
BuildBatch.Builder |
BuildBatch.Builder.endTime(Instant endTime)
The date and time that the batch build ended.
|
default BuildBatch.Builder |
BuildBatch.Builder.environment(Consumer<ProjectEnvironment.Builder> environment)
Sets the value of the Environment property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.environment(ProjectEnvironment environment)
Sets the value of the Environment property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch.Builder |
BuildBatch.Builder.fileSystemLocations(Consumer<ProjectFileSystemLocation.Builder>... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch.Builder |
BuildBatch.Builder.fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch.Builder |
BuildBatch.Builder.id(String id)
The identifier of the batch build.
|
BuildBatch.Builder |
BuildBatch.Builder.initiator(String initiator)
The entity that started the batch build.
|
default BuildBatch.Builder |
BuildBatch.Builder.logConfig(Consumer<LogsConfig.Builder> logConfig)
Sets the value of the LogConfig property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.logConfig(LogsConfig logConfig)
Sets the value of the LogConfig property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.phases(BuildBatchPhase... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.phases(Collection<BuildBatchPhase> phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.phases(Consumer<BuildBatchPhase.Builder>... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.projectName(String projectName)
The name of the batch build project.
|
BuildBatch.Builder |
BuildBatch.Builder.queuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
|
BuildBatch.Builder |
BuildBatch.Builder.resolvedSourceVersion(String resolvedSourceVersion)
The identifier of the resolved version of this batch build's source code.
|
BuildBatch.Builder |
BuildBatch.Builder.secondaryArtifacts(BuildArtifacts... secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch.Builder |
BuildBatch.Builder.secondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch.Builder |
BuildBatch.Builder.secondaryArtifacts(Consumer<BuildArtifacts.Builder>... secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySources(Consumer<ProjectSource.Builder>... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySourceVersions(Consumer<ProjectSourceVersion.Builder>... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
BuildBatch.Builder.serviceRole(String serviceRole)
The name of a service role used for builds in the batch.
|
default BuildBatch.Builder |
BuildBatch.Builder.source(Consumer<ProjectSource.Builder> source)
Sets the value of the Source property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.source(ProjectSource source)
Sets the value of the Source property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.sourceVersion(String sourceVersion)
The identifier of the version of the source code to be built.
|
BuildBatch.Builder |
BuildBatch.Builder.startTime(Instant startTime)
The date and time that the batch build started.
|
BuildBatch.Builder |
BuildBatch.toBuilder() |
default BuildBatch.Builder |
BuildBatch.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BuildBatch.Builder> |
BuildBatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StopBuildBatchResponse.Builder |
StopBuildBatchResponse.Builder.buildBatch(Consumer<BuildBatch.Builder> buildBatch)
Sets the value of the BuildBatch property for this object.
|
default RetryBuildBatchResponse.Builder |
RetryBuildBatchResponse.Builder.buildBatch(Consumer<BuildBatch.Builder> buildBatch)
Sets the value of the BuildBatch property for this object.
|
default StartBuildBatchResponse.Builder |
StartBuildBatchResponse.Builder.buildBatch(Consumer<BuildBatch.Builder> buildBatch)
A
BuildBatch object that contains information about the batch build. |
Copyright © 2021. All rights reserved.