| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch |
StopBuildBatchResponse.buildBatch()
Returns the value of the BuildBatch property for this object.
|
BuildBatch |
RetryBuildBatchResponse.buildBatch()
Returns the value of the BuildBatch property for this object.
|
BuildBatch |
StartBuildBatchResponse.buildBatch()
A
BuildBatch object that contains information about the batch build. |
| Modifier and Type | Method and Description |
|---|---|
List<BuildBatch> |
BatchGetBuildBatchesResponse.buildBatches()
An array of
BuildBatch objects that represent the retrieved batch builds. |
| Modifier and Type | Method and Description |
|---|---|
StopBuildBatchResponse.Builder |
StopBuildBatchResponse.Builder.buildBatch(BuildBatch buildBatch)
Sets the value of the BuildBatch property for this object.
|
RetryBuildBatchResponse.Builder |
RetryBuildBatchResponse.Builder.buildBatch(BuildBatch buildBatch)
Sets the value of the BuildBatch property for this object.
|
StartBuildBatchResponse.Builder |
StartBuildBatchResponse.Builder.buildBatch(BuildBatch buildBatch)
A
BuildBatch object that contains information about the batch build. |
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatches(BuildBatch... buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatches(Collection<BuildBatch> buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
Copyright © 2023. All rights reserved.