public static interface ListAnomaliesForInsightRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListAnomaliesForInsightRequest.Builder,ListAnomaliesForInsightRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomaliesForInsightRequest.Builder insightId(String insightId)
The ID of the insight. The returned anomalies belong to this insight.
insightId - The ID of the insight. The returned anomalies belong to this insight.ListAnomaliesForInsightRequest.Builder startTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.
startTimeRange - A time range used to specify when the requested anomalies started. All returned anomalies started
during this time range.default ListAnomaliesForInsightRequest.Builder startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.
This is a convenience that creates an instance of theStartTimeRange.Builder avoiding the need to
create one manually via StartTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to startTimeRange(StartTimeRange).startTimeRange - a consumer that will call methods on StartTimeRange.BuilderstartTimeRange(StartTimeRange)ListAnomaliesForInsightRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListAnomaliesForInsightRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListAnomaliesForInsightRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnomaliesForInsightRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.