public static interface ListConfigurationHistoryRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationHistoryRequest.Builder |
endTime(Instant endTime)
The end time of the event.
|
ListConfigurationHistoryRequest.Builder |
eventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event.
|
ListConfigurationHistoryRequest.Builder |
eventStatus(String eventStatus)
The status of the configuration update event.
|
ListConfigurationHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by
ListConfigurationHistory in paginated output. |
ListConfigurationHistoryRequest.Builder |
nextToken(String nextToken)
The
NextToken value returned from a previous paginated ListConfigurationHistory
request where MaxResults was used and the results exceeded the value of that parameter. |
ListConfigurationHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfigurationHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConfigurationHistoryRequest.Builder |
resourceGroupName(String resourceGroupName)
Resource group to which the application belongs.
|
ListConfigurationHistoryRequest.Builder |
startTime(Instant startTime)
The start time of the event.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigurationHistoryRequest.Builder resourceGroupName(String resourceGroupName)
Resource group to which the application belongs.
resourceGroupName - Resource group to which the application belongs.ListConfigurationHistoryRequest.Builder startTime(Instant startTime)
The start time of the event.
startTime - The start time of the event.ListConfigurationHistoryRequest.Builder endTime(Instant endTime)
The end time of the event.
endTime - The end time of the event.ListConfigurationHistoryRequest.Builder eventStatus(String eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus,
ConfigurationEventStatusListConfigurationHistoryRequest.Builder eventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus,
ConfigurationEventStatusListConfigurationHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by ListConfigurationHistory in paginated output. When
this parameter is used, ListConfigurationHistory returns only MaxResults in a
single page along with a NextToken response element. The remaining results of the initial
request can be seen by sending another ListConfigurationHistory request with the returned
NextToken value. If this parameter is not used, then ListConfigurationHistory
returns all results.
maxResults - The maximum number of results returned by ListConfigurationHistory in paginated output.
When this parameter is used, ListConfigurationHistory returns only
MaxResults in a single page along with a NextToken response element. The
remaining results of the initial request can be seen by sending another
ListConfigurationHistory request with the returned NextToken value. If this
parameter is not used, then ListConfigurationHistory returns all results.ListConfigurationHistoryRequest.Builder nextToken(String nextToken)
The NextToken value returned from a previous paginated ListConfigurationHistory
request where MaxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the NextToken value.
This value is null when there are no more results to return.
nextToken - The NextToken value returned from a previous paginated
ListConfigurationHistory request where MaxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the NextToken value. This value is null when there are no more
results to return.ListConfigurationHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConfigurationHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.