| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.builder() |
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsDeleted(Collection<String> buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
|
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsDeleted(String... buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
|
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsNotDeleted(Consumer<BuildNotDeleted.Builder>... buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.statusCode(String statusCodeValue)
The status code.
|
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteBuildBatchResponse.Builder> |
DeleteBuildBatchResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.