| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteBuildsResult.setBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
Copyright © 2018. All rights reserved.