public static interface SearchOrganizationInsightsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<SearchOrganizationInsightsResponse.Builder,SearchOrganizationInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
SearchOrganizationInsightsResponse.Builder |
proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
proactiveInsights(ProactiveInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
reactiveInsights(ReactiveInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchOrganizationInsightsResponse.Builder proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
proactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.Builder proactiveInsights(ProactiveInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
proactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.Builder proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
This is a convenience method that creates an instance of theProactiveInsightSummary.Builder avoiding the need to
create one manually via
ProactiveInsightSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #proactiveInsights(List.
proactiveInsights - a consumer that will call methods on
ProactiveInsightSummary.Builder#proactiveInsights(java.util.Collection) SearchOrganizationInsightsResponse.Builder reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
reactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.Builder reactiveInsights(ReactiveInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
reactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.Builder reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
This is a convenience method that creates an instance of theReactiveInsightSummary.Builder avoiding the need to
create one manually via
ReactiveInsightSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reactiveInsights(List.
reactiveInsights - a consumer that will call methods on
ReactiveInsightSummary.Builder#reactiveInsights(java.util.Collection) SearchOrganizationInsightsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2023. All rights reserved.