public static interface BatchDeleteBuildsRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteBuildsRequest.Builder,BatchDeleteBuildsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsRequest.Builder |
ids(Collection<String> ids)
The IDs of the builds to delete.
|
BatchDeleteBuildsRequest.Builder |
ids(String... ids)
The IDs of the builds to delete.
|
BatchDeleteBuildsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteBuildsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteBuildsRequest.Builder ids(Collection<String> ids)
The IDs of the builds to delete.
ids - The IDs of the builds to delete.BatchDeleteBuildsRequest.Builder ids(String... ids)
The IDs of the builds to delete.
ids - The IDs of the builds to delete.BatchDeleteBuildsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteBuildsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.