public static interface BatchDeleteBuildsResponse.Builder extends CodeBuildResponse.Builder, CopyableBuilder<BatchDeleteBuildsResponse.Builder,BatchDeleteBuildsResponse>
Modifier and Type | Method and Description |
---|---|
BatchDeleteBuildsResponse.Builder |
buildsDeleted(Collection<String> buildsDeleted)
The IDs of the builds that were successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
buildsDeleted(String... buildsDeleted)
The IDs of the builds that were successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
build
copy
apply, build
BatchDeleteBuildsResponse.Builder buildsDeleted(Collection<String> buildsDeleted)
The IDs of the builds that were successfully deleted.
buildsDeleted
- The IDs of the builds that were successfully deleted.BatchDeleteBuildsResponse.Builder buildsDeleted(String... buildsDeleted)
The IDs of the builds that were successfully deleted.
buildsDeleted
- The IDs of the builds that were successfully deleted.BatchDeleteBuildsResponse.Builder buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
buildsNotDeleted
- Information about any builds that could not be successfully deleted.BatchDeleteBuildsResponse.Builder buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
buildsNotDeleted
- Information about any builds that could not be successfully deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.