public static interface ListAppsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppsResponse.Builder,ListAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
appSummaries(AppSummary... appSummaries)
Summaries for the Resilience Hub application.
|
ListAppsResponse.Builder |
appSummaries(Collection<AppSummary> appSummaries)
Summaries for the Resilience Hub application.
|
ListAppsResponse.Builder |
appSummaries(Consumer<AppSummary.Builder>... appSummaries)
Summaries for the Resilience Hub application.
|
ListAppsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsResponse.Builder appSummaries(Collection<AppSummary> appSummaries)
Summaries for the Resilience Hub application.
appSummaries - Summaries for the Resilience Hub application.ListAppsResponse.Builder appSummaries(AppSummary... appSummaries)
Summaries for the Resilience Hub application.
appSummaries - Summaries for the Resilience Hub application.ListAppsResponse.Builder appSummaries(Consumer<AppSummary.Builder>... appSummaries)
Summaries for the Resilience Hub application.
This is a convenience method that creates an instance of theAppSummary.Builder avoiding the need to create
one manually via AppSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #appSummaries(List.
appSummaries - a consumer that will call methods on
AppSummary.Builder#appSummaries(java.util.Collection) ListAppsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.Copyright © 2022. All rights reserved.