Interface ListOrganizationInsightsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListOrganizationInsightsResponse.Builder,ListOrganizationInsightsResponse>,DevOpsGuruResponse.Builder,SdkBuilder<ListOrganizationInsightsResponse.Builder,ListOrganizationInsightsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListOrganizationInsightsResponse
public static interface ListOrganizationInsightsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationInsightsResponse.Builder,ListOrganizationInsightsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOrganizationInsightsResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListOrganizationInsightsResponse.BuilderproactiveInsights(Collection<ProactiveOrganizationInsightSummary> proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.ListOrganizationInsightsResponse.BuilderproactiveInsights(Consumer<ProactiveOrganizationInsightSummary.Builder>... proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.ListOrganizationInsightsResponse.BuilderproactiveInsights(ProactiveOrganizationInsightSummary... proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.ListOrganizationInsightsResponse.BuilderreactiveInsights(Collection<ReactiveOrganizationInsightSummary> reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.ListOrganizationInsightsResponse.BuilderreactiveInsights(Consumer<ReactiveOrganizationInsightSummary.Builder>... reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.ListOrganizationInsightsResponse.BuilderreactiveInsights(ReactiveOrganizationInsightSummary... 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
ListOrganizationInsightsResponse.Builder proactiveInsights(Collection<ProactiveOrganizationInsightSummary> 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
ListOrganizationInsightsResponse.Builder proactiveInsights(ProactiveOrganizationInsightSummary... 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
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.Builderavoiding the need to create one manually viaProactiveOrganizationInsightSummary.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 onProactiveOrganizationInsightSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#proactiveInsights(java.util.Collection)
-
reactiveInsights
ListOrganizationInsightsResponse.Builder reactiveInsights(Collection<ReactiveOrganizationInsightSummary> 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
ListOrganizationInsightsResponse.Builder reactiveInsights(ReactiveOrganizationInsightSummary... 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
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.Builderavoiding the need to create one manually viaReactiveOrganizationInsightSummary.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 onReactiveOrganizationInsightSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#reactiveInsights(java.util.Collection)
-
nextToken
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.
- 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.
-
-