CopyableBuilder<BatchGetProjectsRequest.Builder,BatchGetProjectsRequest>, SdkBuilder<BatchGetProjectsRequest.Builder,BatchGetProjectsRequest>public static interface BatchGetProjectsRequest.Builder extends CopyableBuilder<BatchGetProjectsRequest.Builder,BatchGetProjectsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
BatchGetProjectsRequest.Builder |
names(String... names) |
The names of the build projects.
|
BatchGetProjectsRequest.Builder |
names(Collection<String> names) |
The names of the build projects.
|
copyapply, buildBatchGetProjectsRequest.Builder names(Collection<String> names)
The names of the build projects.
names - The names of the build projects.BatchGetProjectsRequest.Builder names(String... names)
The names of the build projects.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection) or #withNames(java.util.Collection) if you want to override
the existing values.
names - The names of the build projects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.