public static interface BuildBatchPhase.Builder extends SdkPojo, CopyableBuilder<BuildBatchPhase.Builder,BuildBatchPhase>
| Modifier and Type | Method and Description |
|---|---|
BuildBatchPhase.Builder |
contexts(Collection<PhaseContext> contexts)
Additional information about the batch build phase.
|
BuildBatchPhase.Builder |
contexts(Consumer<PhaseContext.Builder>... contexts)
Additional information about the batch build phase.
|
BuildBatchPhase.Builder |
contexts(PhaseContext... contexts)
Additional information about the batch build phase.
|
BuildBatchPhase.Builder |
durationInSeconds(Long durationInSeconds)
How long, in seconds, between the starting and ending times of the batch build's phase.
|
BuildBatchPhase.Builder |
endTime(Instant endTime)
When the batch build phase ended, expressed in Unix time format.
|
BuildBatchPhase.Builder |
phaseStatus(StatusType phaseStatus)
The current status of the batch build phase.
|
BuildBatchPhase.Builder |
phaseStatus(String phaseStatus)
The current status of the batch build phase.
|
BuildBatchPhase.Builder |
phaseType(BuildBatchPhaseType phaseType)
The name of the batch build phase.
|
BuildBatchPhase.Builder |
phaseType(String phaseType)
The name of the batch build phase.
|
BuildBatchPhase.Builder |
startTime(Instant startTime)
When the batch build phase started, expressed in Unix time format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuildBatchPhase.Builder phaseType(String phaseType)
The name of the batch build phase. Valid values include:
Build output artifacts are being combined and uploaded to the output location.
The batch build specification is being downloaded.
One or more of the builds failed.
The batch build is in progress.
The batch build was stopped.
The btach build has been submitted.
The batch build succeeded.
phaseType - The name of the batch build phase. Valid values include:
Build output artifacts are being combined and uploaded to the output location.
The batch build specification is being downloaded.
One or more of the builds failed.
The batch build is in progress.
The batch build was stopped.
The btach build has been submitted.
The batch build succeeded.
BuildBatchPhaseType,
BuildBatchPhaseTypeBuildBatchPhase.Builder phaseType(BuildBatchPhaseType phaseType)
The name of the batch build phase. Valid values include:
Build output artifacts are being combined and uploaded to the output location.
The batch build specification is being downloaded.
One or more of the builds failed.
The batch build is in progress.
The batch build was stopped.
The btach build has been submitted.
The batch build succeeded.
phaseType - The name of the batch build phase. Valid values include:
Build output artifacts are being combined and uploaded to the output location.
The batch build specification is being downloaded.
One or more of the builds failed.
The batch build is in progress.
The batch build was stopped.
The btach build has been submitted.
The batch build succeeded.
BuildBatchPhaseType,
BuildBatchPhaseTypeBuildBatchPhase.Builder phaseStatus(String phaseStatus)
The current status of the batch build phase. Valid values include:
The build phase failed.
The build phase faulted.
The build phase is still in progress.
The build has been submitted and is queued behind other submitted builds.
The build phase stopped.
The build phase succeeded.
The build phase timed out.
phaseStatus - The current status of the batch build phase. Valid values include:
The build phase failed.
The build phase faulted.
The build phase is still in progress.
The build has been submitted and is queued behind other submitted builds.
The build phase stopped.
The build phase succeeded.
The build phase timed out.
StatusType,
StatusTypeBuildBatchPhase.Builder phaseStatus(StatusType phaseStatus)
The current status of the batch build phase. Valid values include:
The build phase failed.
The build phase faulted.
The build phase is still in progress.
The build has been submitted and is queued behind other submitted builds.
The build phase stopped.
The build phase succeeded.
The build phase timed out.
phaseStatus - The current status of the batch build phase. Valid values include:
The build phase failed.
The build phase faulted.
The build phase is still in progress.
The build has been submitted and is queued behind other submitted builds.
The build phase stopped.
The build phase succeeded.
The build phase timed out.
StatusType,
StatusTypeBuildBatchPhase.Builder startTime(Instant startTime)
When the batch build phase started, expressed in Unix time format.
startTime - When the batch build phase started, expressed in Unix time format.BuildBatchPhase.Builder endTime(Instant endTime)
When the batch build phase ended, expressed in Unix time format.
endTime - When the batch build phase ended, expressed in Unix time format.BuildBatchPhase.Builder durationInSeconds(Long durationInSeconds)
How long, in seconds, between the starting and ending times of the batch build's phase.
durationInSeconds - How long, in seconds, between the starting and ending times of the batch build's phase.BuildBatchPhase.Builder contexts(Collection<PhaseContext> contexts)
Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.
contexts - Additional information about the batch build phase. Especially to help troubleshoot a failed batch
build.BuildBatchPhase.Builder contexts(PhaseContext... contexts)
Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.
contexts - Additional information about the batch build phase. Especially to help troubleshoot a failed batch
build.BuildBatchPhase.Builder contexts(Consumer<PhaseContext.Builder>... contexts)
Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #contexts(List) .contexts - a consumer that will call methods on List.Builder #contexts(List) Copyright © 2021. All rights reserved.