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.
|
BatchDeleteBuildsResponse.Builder |
buildsNotDeleted(Consumer<BuildNotDeleted.Builder>... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchDeleteBuildsResponse.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.BatchDeleteBuildsResponse.Builder buildsNotDeleted(Consumer<BuildNotDeleted.Builder>... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #buildsNotDeleted(List) .buildsNotDeleted - a consumer that will call methods on List.Builder #buildsNotDeleted(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.