Interface AnomalyUnusual.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyUnusual.Builder,AnomalyUnusual>,SdkBuilder<AnomalyUnusual.Builder,AnomalyUnusual>,SdkPojo
- Enclosing class:
- AnomalyUnusual
public static interface AnomalyUnusual.Builder extends SdkPojo, CopyableBuilder<AnomalyUnusual.Builder,AnomalyUnusual>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyUnusual.Builderbehavior(Map<String,? extends Map<String,AnomalyObject>> behavior)The behavior of the anomalous activity that caused GuardDuty to generate the finding.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
behavior
AnomalyUnusual.Builder behavior(Map<String,? extends Map<String,AnomalyObject>> behavior)
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
- Parameters:
behavior- The behavior of the anomalous activity that caused GuardDuty to generate the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-