| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildNotDeleted |
BuildNotDeleted.clone() |
BuildNotDeleted |
BuildNotDeleted.withId(String id)
The ID of the build that could not be successfully deleted.
|
BuildNotDeleted |
BuildNotDeleted.withStatusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuildNotDeleted> |
BatchDeleteBuildsResult.getBuildsNotDeleted()
Information about any builds that could not be successfully deleted.
|
List<BuildNotDeleted> |
DeleteBuildBatchResult.getBuildsNotDeleted()
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
DeleteBuildBatchResult |
DeleteBuildBatchResult.withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteBuildsResult.setBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
void |
DeleteBuildBatchResult.setBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
DeleteBuildBatchResult |
DeleteBuildBatchResult.withBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
Copyright © 2021. All rights reserved.