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.
|
BatchDeleteBuildsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
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.BatchDeleteBuildsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.