CopyableBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>
, SdkBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>
public static interface DescribeAppsResponse.Builder extends CopyableBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeAppsResponse.Builder |
apps(Collection<App> apps) |
An array of
App objects that describe the specified apps. |
DescribeAppsResponse.Builder |
apps(App... apps) |
An array of
App objects that describe the specified apps. |
copy
apply, build
DescribeAppsResponse.Builder apps(Collection<App> apps)
An array of App
objects that describe the specified apps.
apps
- An array of App
objects that describe the specified apps.DescribeAppsResponse.Builder apps(App... apps)
An array of App
objects that describe the specified apps.
NOTE: This method appends the values to the existing list (if any). Use
#setApps(java.util.Collection)
or #withApps(java.util.Collection)
if you want to override the
existing values.
apps
- An array of App
objects that describe the specified apps.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.