public static interface ListOrganizationInsightsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationInsightsResponse.Builder,ListOrganizationInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationInsightsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListOrganizationInsightsResponse.Builder |
proactiveInsights(Collection<ProactiveOrganizationInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResponse.Builder |
proactiveInsights(Consumer<ProactiveOrganizationInsightSummary.Builder>... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResponse.Builder |
proactiveInsights(ProactiveOrganizationInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResponse.Builder |
reactiveInsights(Collection<ReactiveOrganizationInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResponse.Builder |
reactiveInsights(Consumer<ReactiveOrganizationInsightSummary.Builder>... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResponse.Builder |
reactiveInsights(ReactiveOrganizationInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationInsightsResponse.Builder proactiveInsights(Collection<ProactiveOrganizationInsightSummary> 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.ListOrganizationInsightsResponse.Builder proactiveInsights(ProactiveOrganizationInsightSummary... 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.ListOrganizationInsightsResponse.Builder proactiveInsights(Consumer<ProactiveOrganizationInsightSummary.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 theProactiveOrganizationInsightSummary.Builder avoiding
the need to create one manually via
ProactiveOrganizationInsightSummary.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
ProactiveOrganizationInsightSummary.Builder#proactiveInsights(java.util.Collection) ListOrganizationInsightsResponse.Builder reactiveInsights(Collection<ReactiveOrganizationInsightSummary> 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.ListOrganizationInsightsResponse.Builder reactiveInsights(ReactiveOrganizationInsightSummary... 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.ListOrganizationInsightsResponse.Builder reactiveInsights(Consumer<ReactiveOrganizationInsightSummary.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 theReactiveOrganizationInsightSummary.Builder avoiding
the need to create one manually via
ReactiveOrganizationInsightSummary.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
ReactiveOrganizationInsightSummary.Builder#reactiveInsights(java.util.Collection) ListOrganizationInsightsResponse.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.