public static interface DeleteBuildBatchResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<DeleteBuildBatchResponse.Builder,DeleteBuildBatchResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBuildBatchResponse.Builder |
buildsDeleted(Collection<String> buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
|
DeleteBuildBatchResponse.Builder |
buildsDeleted(String... buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
|
DeleteBuildBatchResponse.Builder |
buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
DeleteBuildBatchResponse.Builder |
buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
DeleteBuildBatchResponse.Builder |
buildsNotDeleted(Consumer<BuildNotDeleted.Builder>... buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
DeleteBuildBatchResponse.Builder |
statusCode(String statusCodeValue)
The status code.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBuildBatchResponse.Builder statusCode(String statusCodeValue)
The status code.
statusCodeValue - The status code.DeleteBuildBatchResponse.Builder buildsDeleted(Collection<String> buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.DeleteBuildBatchResponse.Builder buildsDeleted(String... buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.DeleteBuildBatchResponse.Builder buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.DeleteBuildBatchResponse.Builder buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.DeleteBuildBatchResponse.Builder buildsNotDeleted(Consumer<BuildNotDeleted.Builder>... buildsNotDeleted)
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
List.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 © 2021. All rights reserved.