public static interface DescribeAppsResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
App.Builder avoiding the need to create one manually
via App.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #apps(List.
apps - a consumer that will call methods on
App.Builder#apps(java.util.Collection) Copyright © 2023. All rights reserved.