CopyableBuilder<DescribeAppsRequest.Builder,DescribeAppsRequest>, SdkBuilder<DescribeAppsRequest.Builder,DescribeAppsRequest>public static interface DescribeAppsRequest.Builder extends CopyableBuilder<DescribeAppsRequest.Builder,DescribeAppsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeAppsRequest.Builder |
appIds(String... appIds) |
An array of app IDs for the apps to be described.
|
DescribeAppsRequest.Builder |
appIds(Collection<String> appIds) |
An array of app IDs for the apps to be described.
|
DescribeAppsRequest.Builder |
stackId(String stackId) |
The app stack ID.
|
copyapply, buildDescribeAppsRequest.Builder stackId(String stackId)
The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in
the specified stack.
stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the
apps in the specified stack.DescribeAppsRequest.Builder appIds(Collection<String> appIds)
An array of app IDs for the apps to be described. If you use this parameter, DescribeApps
returns a description of the specified apps. Otherwise, it returns a description of every app.
appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps
returns a description of the specified apps. Otherwise, it returns a description of every app.DescribeAppsRequest.Builder appIds(String... appIds)
An array of app IDs for the apps to be described. If you use this parameter, DescribeApps
returns a description of the specified apps. Otherwise, it returns a description of every app.
NOTE: This method appends the values to the existing list (if any). Use
#setAppIds(java.util.Collection) or #withAppIds(java.util.Collection) if you want to override
the existing values.
appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps
returns a description of the specified apps. Otherwise, it returns a description of every app.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.