public static interface BatchGetBuildsRequest.Builder extends CodeBuildRequest.Builder, CopyableBuilder<BatchGetBuildsRequest.Builder,BatchGetBuildsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetBuildsRequest.Builder |
ids(Collection<String> ids)
The IDs of the builds.
|
BatchGetBuildsRequest.Builder |
ids(String... ids)
The IDs of the builds.
|
BatchGetBuildsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildBatchGetBuildsRequest.Builder ids(Collection<String> ids)
The IDs of the builds.
ids - The IDs of the builds.BatchGetBuildsRequest.Builder ids(String... ids)
The IDs of the builds.
ids - The IDs of the builds.BatchGetBuildsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.