Interface DescribeAnomalyDetectionExecutionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAnomalyDetectionExecutionsResponse.Builder,DescribeAnomalyDetectionExecutionsResponse>,LookoutMetricsResponse.Builder,SdkBuilder<DescribeAnomalyDetectionExecutionsResponse.Builder,DescribeAnomalyDetectionExecutionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAnomalyDetectionExecutionsResponse
public static interface DescribeAnomalyDetectionExecutionsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnomalyDetectionExecutionsResponse.Builder,DescribeAnomalyDetectionExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAnomalyDetectionExecutionsResponse.BuilderexecutionList(Collection<ExecutionStatus> executionList)A list of detection jobs.DescribeAnomalyDetectionExecutionsResponse.BuilderexecutionList(Consumer<ExecutionStatus.Builder>... executionList)A list of detection jobs.DescribeAnomalyDetectionExecutionsResponse.BuilderexecutionList(ExecutionStatus... executionList)A list of detection jobs.DescribeAnomalyDetectionExecutionsResponse.BuildernextToken(String nextToken)The pagination token that's included if more results are available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutmetrics.model.LookoutMetricsResponse.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
-
executionList
DescribeAnomalyDetectionExecutionsResponse.Builder executionList(Collection<ExecutionStatus> executionList)
A list of detection jobs.
- Parameters:
executionList- A list of detection jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionList
DescribeAnomalyDetectionExecutionsResponse.Builder executionList(ExecutionStatus... executionList)
A list of detection jobs.
- Parameters:
executionList- A list of detection jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionList
DescribeAnomalyDetectionExecutionsResponse.Builder executionList(Consumer<ExecutionStatus.Builder>... executionList)
A list of detection jobs.
This is a convenience method that creates an instance of theExecutionStatus.Builderavoiding the need to create one manually viaExecutionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#executionList(List.) - Parameters:
executionList- a consumer that will call methods onExecutionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#executionList(java.util.Collection)
-
nextToken
DescribeAnomalyDetectionExecutionsResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
- Parameters:
nextToken- The pagination token that's included if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-