public static interface BatchDeleteBuildsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theBuildNotDeleted.Builder avoiding the need to create
one manually via BuildNotDeleted.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #buildsNotDeleted(List.
buildsNotDeleted - a consumer that will call methods on
BuildNotDeleted.Builder#buildsNotDeleted(java.util.Collection) Copyright © 2023. All rights reserved.