CopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
, SdkBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
public static interface BatchGetApplicationsRequest.Builder extends CopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
Modifier and Type | Method | Description |
---|---|---|
BatchGetApplicationsRequest.Builder |
applicationNames(String... applicationNames) |
A list of application names separated by spaces.
|
BatchGetApplicationsRequest.Builder |
applicationNames(Collection<String> applicationNames) |
A list of application names separated by spaces.
|
copy
apply, build
BatchGetApplicationsRequest.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 Amazon Web Services, Inc. All Rights Reserved.