public static interface ListConfigurationHistoryResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationHistoryResponse.Builder,ListConfigurationHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationHistoryResponse.Builder |
eventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
|
ListConfigurationHistoryResponse.Builder |
eventList(ConfigurationEvent... eventList)
The list of configuration events and their corresponding details.
|
ListConfigurationHistoryResponse.Builder |
eventList(Consumer<ConfigurationEvent.Builder>... eventList)
The list of configuration events and their corresponding details.
|
ListConfigurationHistoryResponse.Builder |
nextToken(String nextToken)
The
NextToken value to include in a future ListConfigurationHistory request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigurationHistoryResponse.Builder eventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
eventList - The list of configuration events and their corresponding details.ListConfigurationHistoryResponse.Builder eventList(ConfigurationEvent... eventList)
The list of configuration events and their corresponding details.
eventList - The list of configuration events and their corresponding details.ListConfigurationHistoryResponse.Builder eventList(Consumer<ConfigurationEvent.Builder>... eventList)
The list of configuration events and their corresponding details.
This is a convenience method that creates an instance of theConfigurationEvent.Builder avoiding the
need to create one manually via
ConfigurationEvent.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #eventList(List.
eventList - a consumer that will call methods on
ConfigurationEvent.Builder#eventList(java.util.Collection) ListConfigurationHistoryResponse.Builder nextToken(String nextToken)
The NextToken value to include in a future ListConfigurationHistory request. When
the results of a ListConfigurationHistory request exceed MaxResults, this value can
be used to retrieve the next page of results. This value is null when there are no more results
to return.
nextToken - The NextToken value to include in a future ListConfigurationHistory request.
When the results of a ListConfigurationHistory request exceed MaxResults,
this value can be 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.