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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
BatchDeleteBuildsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.