| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<BuildBatchPhase> |
BuildBatch.phases()
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch.Builder |
BuildBatch.Builder.phases(BuildBatchPhase... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch.Builder |
BuildBatch.Builder.phases(Collection<BuildBatchPhase> phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
Copyright © 2023. All rights reserved.