Interface Signal.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Signal.Builder,
,Signal> SdkBuilder<Signal.Builder,
,Signal> SdkPojo
- Enclosing class:
Signal
-
Method Summary
Modifier and TypeMethodDescriptionThe IDs of the threat actors involved in the signal.actorIds
(Collection<String> actorIds) The IDs of the threat actors involved in the signal.The number of times this signal was observed.The timestamp when the first finding or activity related to this signal was observed.endpointIds
(String... endpointIds) Information about the endpoint IDs associated with this signal.endpointIds
(Collection<String> endpointIds) Information about the endpoint IDs associated with this signal.firstSeenAt
(Long firstSeenAt) The timestamp when the first finding or activity related to this signal was observed.The identifier of the signal.lastSeenAt
(Long lastSeenAt) The timestamp when the last finding or activity related to this signal was observed.The name of the GuardDuty signal.productArn
(String productArn) The Amazon Resource Name (ARN) of the product that generated the signal.resourceIds
(String... resourceIds) The ARN or ID of the Amazon Web Services resource associated with the signal.resourceIds
(Collection<String> resourceIds) The ARN or ID of the Amazon Web Services resource associated with the signal.The severity associated with the signal.signalIndicators
(Collection<Indicator> signalIndicators) Contains information about the indicators associated with the signals in this attack sequence finding.signalIndicators
(Consumer<Indicator.Builder>... signalIndicators) Contains information about the indicators associated with the signals in this attack sequence finding.signalIndicators
(Indicator... signalIndicators) Contains information about the indicators associated with the signals in this attack sequence finding.The description of the GuardDuty finding.The type of the signal used to identify an attack sequence.The timestamp when this signal was last observed.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the signal used to identify an attack sequence.
Signals can be GuardDuty findings or activities observed in data sources that GuardDuty monitors. For more information, see GuardDuty foundational data sources in the Amazon GuardDuty User Guide.
A signal type can be one of the following values. Here are the related descriptions:
-
FINDING
- Individually generated GuardDuty finding. -
CLOUD_TRAIL
- Activity observed from CloudTrail logs -
S3_DATA_EVENTS
- Activity observed from CloudTrail data events for Amazon Simple Storage Service (S3). Activities associated with this type will show up only when you have enabled GuardDuty S3 Protection feature in your account. For more information about S3 Protection and the steps to enable it, see S3 Protection in the Amazon GuardDuty User Guide.
- Parameters:
type
- The type of the signal used to identify an attack sequence.Signals can be GuardDuty findings or activities observed in data sources that GuardDuty monitors. For more information, see GuardDuty foundational data sources in the Amazon GuardDuty User Guide.
A signal type can be one of the following values. Here are the related descriptions:
-
FINDING
- Individually generated GuardDuty finding. -
CLOUD_TRAIL
- Activity observed from CloudTrail logs -
S3_DATA_EVENTS
- Activity observed from CloudTrail data events for Amazon Simple Storage Service (S3). Activities associated with this type will show up only when you have enabled GuardDuty S3 Protection feature in your account. For more information about S3 Protection and the steps to enable it, see S3 Protection in the Amazon GuardDuty User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
id
The identifier of the signal.
- Parameters:
id
- The identifier of the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The description of the GuardDuty finding.
- Parameters:
title
- The description of the GuardDuty finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productArn
The Amazon Resource Name (ARN) of the product that generated the signal.
- Parameters:
productArn
- The Amazon Resource Name (ARN) of the product that generated the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The ARN or ID of the Amazon Web Services resource associated with the signal.
- Parameters:
resourceIds
- The ARN or ID of the Amazon Web Services resource associated with the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The ARN or ID of the Amazon Web Services resource associated with the signal.
- Parameters:
resourceIds
- The ARN or ID of the Amazon Web Services resource associated with the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalIndicators
Contains information about the indicators associated with the signals in this attack sequence finding. The values for
SignalIndicators
are a subset of the values for SequenceIndicators, but the values for these fields don't always match 1:1.- Parameters:
signalIndicators
- Contains information about the indicators associated with the signals in this attack sequence finding. The values forSignalIndicators
are a subset of the values for SequenceIndicators, but the values for these fields don't always match 1:1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalIndicators
Contains information about the indicators associated with the signals in this attack sequence finding. The values for
SignalIndicators
are a subset of the values for SequenceIndicators, but the values for these fields don't always match 1:1.- Parameters:
signalIndicators
- Contains information about the indicators associated with the signals in this attack sequence finding. The values forSignalIndicators
are a subset of the values for SequenceIndicators, but the values for these fields don't always match 1:1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalIndicators
Contains information about the indicators associated with the signals in this attack sequence finding. The values for
This is a convenience method that creates an instance of theSignalIndicators
are a subset of the values for SequenceIndicators, but the values for these fields don't always match 1:1.Indicator.Builder
avoiding the need to create one manually viaIndicator.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosignalIndicators(List<Indicator>)
.- Parameters:
signalIndicators
- a consumer that will call methods onIndicator.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the GuardDuty signal. For example, when signal type is
FINDING
, the signal name is the name of the finding.- Parameters:
name
- The name of the GuardDuty signal. For example, when signal type isFINDING
, the signal name is the name of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the first finding or activity related to this signal was observed.
- Parameters:
createdAt
- The timestamp when the first finding or activity related to this signal was observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when this signal was last observed.
- Parameters:
updatedAt
- The timestamp when this signal was last observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstSeenAt
The timestamp when the first finding or activity related to this signal was observed.
- Parameters:
firstSeenAt
- The timestamp when the first finding or activity related to this signal was observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSeenAt
The timestamp when the last finding or activity related to this signal was observed.
- Parameters:
lastSeenAt
- The timestamp when the last finding or activity related to this signal was observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
The severity associated with the signal. For more information about severity, see Severity levels for GuardDuty findings in the Amazon GuardDuty User Guide.
- Parameters:
severity
- The severity associated with the signal. For more information about severity, see Severity levels for GuardDuty findings in the Amazon GuardDuty User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of times this signal was observed.
- Parameters:
count
- The number of times this signal was observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actorIds
The IDs of the threat actors involved in the signal.
- Parameters:
actorIds
- The IDs of the threat actors involved in the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actorIds
The IDs of the threat actors involved in the signal.
- Parameters:
actorIds
- The IDs of the threat actors involved in the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointIds
Information about the endpoint IDs associated with this signal.
- Parameters:
endpointIds
- Information about the endpoint IDs associated with this signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointIds
Information about the endpoint IDs associated with this signal.
- Parameters:
endpointIds
- Information about the endpoint IDs associated with this signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-