public static interface ListApplicationsResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applicationInfoList(ApplicationInfo... applicationInfoList)
The list of applications.
|
ListApplicationsResponse.Builder |
applicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
|
ListApplicationsResponse.Builder |
applicationInfoList(Consumer<ApplicationInfo.Builder>... applicationInfoList)
The list of applications.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
The token used to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
applicationInfoList - The list of applications.ListApplicationsResponse.Builder applicationInfoList(ApplicationInfo... applicationInfoList)
The list of applications.
applicationInfoList - The list of applications.ListApplicationsResponse.Builder applicationInfoList(Consumer<ApplicationInfo.Builder>... applicationInfoList)
The list of applications.
This is a convenience that creates an instance of theList.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 #applicationInfoList(List) .applicationInfoList - a consumer that will call methods on List.Builder #applicationInfoList(List) ListApplicationsResponse.Builder nextToken(String nextToken)
The token used to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token used to retrieve the next page of results. This value is null when there are no
more results to return.Copyright © 2020. All rights reserved.