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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-