public static interface BatchGetApplicationsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetApplicationsRequest.Builder |
applicationNames(Collection<String> applicationNames)
A list of application names separated by spaces.
|
BatchGetApplicationsRequest.Builder |
applicationNames(String... applicationNames)
A list of application names separated by spaces.
|
copyapply, buildBatchGetApplicationsRequest.Builder applicationNames(Collection<String> applicationNames)
A list of application names separated by spaces.
applicationNames - A list of application names separated by spaces.BatchGetApplicationsRequest.Builder applicationNames(String... applicationNames)
A list of application names separated by spaces.
NOTE: This method appends the values to the existing list (if any). Use
#setApplicationNames(java.util.Collection) or #withApplicationNames(java.util.Collection) if
you want to override the existing values.
applicationNames - A list of application names separated by spaces.Copyright © 2017. All rights reserved.