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