Interface SearchOrganizationInsightsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SearchOrganizationInsightsResponse.Builder,
,SearchOrganizationInsightsResponse> DevOpsGuruResponse.Builder
,SdkBuilder<SearchOrganizationInsightsResponse.Builder,
,SearchOrganizationInsightsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchOrganizationInsightsResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token to use to retrieve the next page of results for this operation.proactiveInsights
(Collection<ProactiveInsightSummary> proactiveInsights) An integer that specifies the number of open proactive insights in your Amazon Web Services account.proactiveInsights
(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights) An integer that specifies the number of open proactive insights in your Amazon Web Services account.proactiveInsights
(ProactiveInsightSummary... proactiveInsights) An integer that specifies the number of open proactive insights in your Amazon Web Services account.reactiveInsights
(Collection<ReactiveInsightSummary> reactiveInsights) An integer that specifies the number of open reactive insights in your Amazon Web Services account.reactiveInsights
(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights) An integer that specifies the number of open reactive insights in your Amazon Web Services account.reactiveInsights
(ReactiveInsightSummary... reactiveInsights) An integer that specifies the number of open reactive insights in your Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
proactiveInsights
SearchOrganizationInsightsResponse.Builder proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights) An integer that specifies the number of open proactive insights in your Amazon Web Services account.
- Parameters:
proactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveInsights
SearchOrganizationInsightsResponse.Builder proactiveInsights(ProactiveInsightSummary... proactiveInsights) An integer that specifies the number of open proactive insights in your Amazon Web Services account.
- Parameters:
proactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveInsights
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 viaProactiveInsightSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproactiveInsights(List<ProactiveInsightSummary>)
.- Parameters:
proactiveInsights
- a consumer that will call methods onProactiveInsightSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reactiveInsights
SearchOrganizationInsightsResponse.Builder reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights) An integer that specifies the number of open reactive insights in your Amazon Web Services account.
- Parameters:
reactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reactiveInsights
SearchOrganizationInsightsResponse.Builder reactiveInsights(ReactiveInsightSummary... reactiveInsights) An integer that specifies the number of open reactive insights in your Amazon Web Services account.
- Parameters:
reactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reactiveInsights
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 viaReactiveInsightSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreactiveInsights(List<ReactiveInsightSummary>)
.- Parameters:
reactiveInsights
- a consumer that will call methods onReactiveInsightSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-