public static interface ListInsightsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListInsightsRequest.Builder,ListInsightsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInsightsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListInsightsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListInsightsRequest.Builder |
statusFilter(Consumer<ListInsightsStatusFilter.Builder> statusFilter)
A filter used to filter the returned insights by their status.
|
ListInsightsRequest.Builder |
statusFilter(ListInsightsStatusFilter statusFilter)
A filter used to filter the returned insights by their status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInsightsRequest.Builder statusFilter(ListInsightsStatusFilter statusFilter)
A filter used to filter the returned insights by their status. You can specify one status filter.
statusFilter - A filter used to filter the returned insights by their status. You can specify one status filter.default ListInsightsRequest.Builder statusFilter(Consumer<ListInsightsStatusFilter.Builder> statusFilter)
A filter used to filter the returned insights by their status. You can specify one status filter.
This is a convenience method that creates an instance of theListInsightsStatusFilter.Builder
avoiding the need to create one manually via ListInsightsStatusFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to statusFilter(ListInsightsStatusFilter).
statusFilter - a consumer that will call methods on ListInsightsStatusFilter.BuilderstatusFilter(ListInsightsStatusFilter)ListInsightsRequest.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.ListInsightsRequest.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.ListInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.