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.
BuildNotDeleted.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.