Interface SearchOrganizationInsightsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchOrganizationInsightsResponse.Builder,SearchOrganizationInsightsResponse>,DevOpsGuruResponse.Builder,SdkBuilder<SearchOrganizationInsightsResponse.Builder,SearchOrganizationInsightsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchOrganizationInsightsResponse
public static interface SearchOrganizationInsightsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<SearchOrganizationInsightsResponse.Builder,SearchOrganizationInsightsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchOrganizationInsightsResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.SearchOrganizationInsightsResponse.BuilderproactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.BuilderproactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.BuilderproactiveInsights(ProactiveInsightSummary... proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.BuilderreactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.BuilderreactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.SearchOrganizationInsightsResponse.BuilderreactiveInsights(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 Detail
-
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.Builderavoiding the need to create one manually viaProactiveInsightSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#proactiveInsights(List.) - 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:
#proactiveInsights(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaReactiveInsightSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#reactiveInsights(List.) - 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:
#reactiveInsights(java.util.Collection)
-
nextToken
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.
- 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.
-
-