CopyableBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>, SdkBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>public static interface BatchGetApplicationsResponse.Builder extends CopyableBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
BatchGetApplicationsResponse.Builder |
applicationsInfo(Collection<ApplicationInfo> applicationsInfo) |
Information about the applications.
|
BatchGetApplicationsResponse.Builder |
applicationsInfo(ApplicationInfo... applicationsInfo) |
Information about the applications.
|
copyapply, buildBatchGetApplicationsResponse.Builder applicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
applicationsInfo - Information about the applications.BatchGetApplicationsResponse.Builder applicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
NOTE: This method appends the values to the existing list (if any). Use
#setApplicationsInfo(java.util.Collection) or #withApplicationsInfo(java.util.Collection) if
you want to override the existing values.
applicationsInfo - Information about the applications.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.