Interface AnomalyDetectorConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyDetectorConfiguration.Builder,,AnomalyDetectorConfiguration> SdkBuilder<AnomalyDetectorConfiguration.Builder,,AnomalyDetectorConfiguration> SdkPojo
- Enclosing class:
AnomalyDetectorConfiguration
@Mutable
@NotThreadSafe
public static interface AnomalyDetectorConfiguration.Builder
extends SdkPojo, CopyableBuilder<AnomalyDetectorConfiguration.Builder,AnomalyDetectorConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrandomCutForest(Consumer<RandomCutForestConfiguration.Builder> randomCutForest) The Random Cut Forest algorithm configuration for anomaly detection.randomCutForest(RandomCutForestConfiguration randomCutForest) The Random Cut Forest algorithm configuration for anomaly detection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
randomCutForest
The Random Cut Forest algorithm configuration for anomaly detection.
- Parameters:
randomCutForest- The Random Cut Forest algorithm configuration for anomaly detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
randomCutForest
default AnomalyDetectorConfiguration.Builder randomCutForest(Consumer<RandomCutForestConfiguration.Builder> randomCutForest) The Random Cut Forest algorithm configuration for anomaly detection.
This is a convenience method that creates an instance of theRandomCutForestConfiguration.Builderavoiding the need to create one manually viaRandomCutForestConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torandomCutForest(RandomCutForestConfiguration).- Parameters:
randomCutForest- a consumer that will call methods onRandomCutForestConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-