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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListConfigurationHistoryResponse.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 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 #eventList(List)
.eventList
- a consumer that will call methods on List.Builder
#eventList(List)
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 © 2021 Amazon Web Services, Inc. All Rights Reserved.