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