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 method 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 accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.ListAnomaliesForInsightRequest.Builder filters(ListAnomaliesForInsightFilters filters)
Specifies one or more service names that are used to list anomalies.
filters - Specifies one or more service names that are used to list anomalies.default ListAnomaliesForInsightRequest.Builder filters(Consumer<ListAnomaliesForInsightFilters.Builder> filters)
Specifies one or more service names that are used to list anomalies.
This is a convenience method that creates an instance of theListAnomaliesForInsightFilters.Builder
avoiding the need to create one manually via ListAnomaliesForInsightFilters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(ListAnomaliesForInsightFilters).
filters - a consumer that will call methods on ListAnomaliesForInsightFilters.Builderfilters(ListAnomaliesForInsightFilters)ListAnomaliesForInsightRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnomaliesForInsightRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.