public static interface ListComponentsResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<ListComponentsResponse.Builder,ListComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
applicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
|
ListComponentsResponse.Builder |
applicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
ListComponentsResponse.Builder |
applicationComponentList(Consumer<ApplicationComponent.Builder>... applicationComponentList)
The list of application components.
|
ListComponentsResponse.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsResponse.Builder applicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
applicationComponentList - The list of application components.ListComponentsResponse.Builder applicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
applicationComponentList - The list of application components.ListComponentsResponse.Builder applicationComponentList(Consumer<ApplicationComponent.Builder>... applicationComponentList)
The list of application components.
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 #applicationComponentList(List) .applicationComponentList - a consumer that will call methods on List.Builder #applicationComponentList(List) ListComponentsResponse.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.Copyright © 2020. All rights reserved.