public static interface BatchDeleteBuildsRequest.Builder extends CodeBuildRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.