| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.builder() |
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsDeleted(Collection<String> buildsDeleted)
The IDs of the builds that were successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsDeleted(String... buildsDeleted)
The IDs of the builds that were successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsNotDeleted(Consumer<BuildNotDeleted.Builder>... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteBuildsResponse.Builder> |
BatchDeleteBuildsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.