public static interface DescribeAppsResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppsResponse.Builder |
apps(App... apps)
An array of
App objects that describe the specified apps. |
DescribeAppsResponse.Builder |
apps(Collection<App> apps)
An array of
App objects that describe the specified apps. |
DescribeAppsResponse.Builder |
apps(Consumer<App.Builder>... apps)
An array of
App objects that describe the specified apps. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAppsResponse.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.
apps - An array of App objects that describe the specified apps.DescribeAppsResponse.Builder apps(Consumer<App.Builder>... apps)
An array of App objects that describe the specified apps.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #apps(List) .apps - a consumer that will call methods on List.Builder #apps(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.