Class Actor
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.Actor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Actor.Builder,Actor>
@Generated("software.amazon.awssdk:codegen") public final class Actor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Actor.Builder,Actor>
Information about the threat actor identified in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty enabled. For more information, see GuardDuty Extended Threat Detection in the Amazon GuardDuty User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Actor.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the threat actor.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Actor.Builder>serializableBuilderClass()ActorSessionsession()Contains information about the user session where the activity initiated.Actor.BuildertoBuilder()StringtoString()Returns a string representation of this object.ActorUseruser()Contains information about the user credentials used by the threat actor.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID of the threat actor.
- Returns:
- The ID of the threat actor.
-
user
public final ActorUser user()
Contains information about the user credentials used by the threat actor.
- Returns:
- Contains information about the user credentials used by the threat actor.
-
session
public final ActorSession session()
Contains information about the user session where the activity initiated.
- Returns:
- Contains information about the user session where the activity initiated.
-
toBuilder
public Actor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Actor.Builder,Actor>
-
builder
public static Actor.Builder builder()
-
serializableBuilderClass
public static Class<? extends Actor.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-