Signal.Builder |
Signal.Builder.actorIds(String... actorIds) |
The IDs of the threat actors involved in the signal.
|
Signal.Builder |
Signal.Builder.actorIds(Collection<String> actorIds) |
The IDs of the threat actors involved in the signal.
|
static Signal.Builder |
Signal.builder() |
|
Signal.Builder |
Signal.Builder.count(Integer count) |
The number of times this signal was observed.
|
Signal.Builder |
Signal.Builder.createdAt(Long createdAt) |
The timestamp when the first finding or activity related to this signal was observed.
|
Signal.Builder |
Signal.Builder.endpointIds(String... endpointIds) |
Information about the endpoint IDs associated with this signal.
|
Signal.Builder |
Signal.Builder.endpointIds(Collection<String> endpointIds) |
Information about the endpoint IDs associated with this signal.
|
Signal.Builder |
Signal.Builder.firstSeenAt(Long firstSeenAt) |
The timestamp when the first finding or activity related to this signal was observed.
|
Signal.Builder |
Signal.Builder.id(String id) |
The identifier of the signal.
|
Signal.Builder |
Signal.Builder.lastSeenAt(Long lastSeenAt) |
The timestamp when the last finding or activity related to this signal was observed.
|
Signal.Builder |
Signal.Builder.name(String name) |
The name of the GuardDuty signal.
|
Signal.Builder |
Signal.Builder.productArn(String productArn) |
The Amazon Resource Name (ARN) of the product that generated the signal.
|
Signal.Builder |
Signal.Builder.resourceIds(String... resourceIds) |
The ARN or ID of the Amazon Web Services resource associated with the signal.
|
Signal.Builder |
Signal.Builder.resourceIds(Collection<String> resourceIds) |
The ARN or ID of the Amazon Web Services resource associated with the signal.
|
Signal.Builder |
Signal.Builder.severity(Double severity) |
The severity associated with the signal.
|
Signal.Builder |
Signal.Builder.signalIndicators(Collection<Indicator> signalIndicators) |
Contains information about the indicators associated with the signals in this attack sequence finding.
|
Signal.Builder |
Signal.Builder.signalIndicators(Consumer<Indicator.Builder>... signalIndicators) |
Contains information about the indicators associated with the signals in this attack sequence finding.
|
Signal.Builder |
Signal.Builder.signalIndicators(Indicator... signalIndicators) |
Contains information about the indicators associated with the signals in this attack sequence finding.
|
Signal.Builder |
Signal.Builder.title(String title) |
The description of the GuardDuty finding.
|
Signal.Builder |
Signal.toBuilder() |
|
Signal.Builder |
Signal.Builder.type(String type) |
The type of the signal used to identify an attack sequence.
|
Signal.Builder |
Signal.Builder.updatedAt(Long updatedAt) |
The timestamp when this signal was last observed.
|