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 method that creates an instance of theApplicationInfo.Builder avoiding the need
to create one manually via
ApplicationInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applicationInfoList(List.
applicationInfoList - a consumer that will call methods on
ApplicationInfo.Builder#applicationInfoList(java.util.Collection) 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 © 2023. All rights reserved.