Interface ListAnomaliesForInsightResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAnomaliesForInsightResponse.Builder,ListAnomaliesForInsightResponse>,DevOpsGuruResponse.Builder,SdkBuilder<ListAnomaliesForInsightResponse.Builder,ListAnomaliesForInsightResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnomaliesForInsightResponse
public static interface ListAnomaliesForInsightResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListAnomaliesForInsightResponse.Builder,ListAnomaliesForInsightResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnomaliesForInsightResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListAnomaliesForInsightResponse.BuilderproactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)An array ofProactiveAnomalySummaryobjects that represent the requested anomaliesListAnomaliesForInsightResponse.BuilderproactiveAnomalies(Consumer<ProactiveAnomalySummary.Builder>... proactiveAnomalies)An array ofProactiveAnomalySummaryobjects that represent the requested anomaliesListAnomaliesForInsightResponse.BuilderproactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)An array ofProactiveAnomalySummaryobjects that represent the requested anomaliesListAnomaliesForInsightResponse.BuilderreactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)An array ofReactiveAnomalySummaryobjects that represent the requested anomaliesListAnomaliesForInsightResponse.BuilderreactiveAnomalies(Consumer<ReactiveAnomalySummary.Builder>... reactiveAnomalies)An array ofReactiveAnomalySummaryobjects that represent the requested anomaliesListAnomaliesForInsightResponse.BuilderreactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)An array ofReactiveAnomalySummaryobjects that represent the requested anomalies-
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
-
proactiveAnomalies
ListAnomaliesForInsightResponse.Builder proactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummaryobjects that represent the requested anomalies- Parameters:
proactiveAnomalies- An array ofProactiveAnomalySummaryobjects that represent the requested anomalies- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveAnomalies
ListAnomaliesForInsightResponse.Builder proactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of
ProactiveAnomalySummaryobjects that represent the requested anomalies- Parameters:
proactiveAnomalies- An array ofProactiveAnomalySummaryobjects that represent the requested anomalies- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveAnomalies
ListAnomaliesForInsightResponse.Builder proactiveAnomalies(Consumer<ProactiveAnomalySummary.Builder>... proactiveAnomalies)
An array of
This is a convenience method that creates an instance of theProactiveAnomalySummaryobjects that represent the requested anomaliesProactiveAnomalySummary.Builderavoiding the need to create one manually viaProactiveAnomalySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#proactiveAnomalies(List.) - Parameters:
proactiveAnomalies- a consumer that will call methods onProactiveAnomalySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#proactiveAnomalies(java.util.Collection)
-
reactiveAnomalies
ListAnomaliesForInsightResponse.Builder reactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummaryobjects that represent the requested anomalies- Parameters:
reactiveAnomalies- An array ofReactiveAnomalySummaryobjects that represent the requested anomalies- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reactiveAnomalies
ListAnomaliesForInsightResponse.Builder reactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummaryobjects that represent the requested anomalies- Parameters:
reactiveAnomalies- An array ofReactiveAnomalySummaryobjects that represent the requested anomalies- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reactiveAnomalies
ListAnomaliesForInsightResponse.Builder reactiveAnomalies(Consumer<ReactiveAnomalySummary.Builder>... reactiveAnomalies)
An array of
This is a convenience method that creates an instance of theReactiveAnomalySummaryobjects that represent the requested anomaliesReactiveAnomalySummary.Builderavoiding the need to create one manually viaReactiveAnomalySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#reactiveAnomalies(List.) - Parameters:
reactiveAnomalies- a consumer that will call methods onReactiveAnomalySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#reactiveAnomalies(java.util.Collection)
-
nextToken
ListAnomaliesForInsightResponse.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.
-
-