Interface ThreatIntelIndicator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThreatIntelIndicator.Builder,
,ThreatIntelIndicator> SdkBuilder<ThreatIntelIndicator.Builder,
,ThreatIntelIndicator> SdkPojo
- Enclosing class:
ThreatIntelIndicator
-
Method Summary
Modifier and TypeMethodDescriptionThe category of a threat intelligence indicator.category
(ThreatIntelIndicatorCategory category) The category of a threat intelligence indicator.lastObservedAt
(String lastObservedAt) Indicates when the most recent instance of a threat intelligence indicator was observed.The source of the threat intelligence indicator.The URL to the page or site where you can get more information about the threat intelligence indicator.The type of threat intelligence indicator.type
(ThreatIntelIndicatorType type) The type of threat intelligence indicator.The value of a threat intelligence indicator.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 threat intelligence indicator.
- Parameters:
type
- The type of threat intelligence indicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of threat intelligence indicator.
- Parameters:
type
- The type of threat intelligence indicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of a threat intelligence indicator.
Length Constraints: Minimum of 1 length. Maximum of 512 length.
- Parameters:
value
- The value of a threat intelligence indicator.Length Constraints: Minimum of 1 length. Maximum of 512 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
The category of a threat intelligence indicator.
- Parameters:
category
- The category of a threat intelligence indicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The category of a threat intelligence indicator.
- Parameters:
category
- The category of a threat intelligence indicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastObservedAt
Indicates when the most recent instance of a threat intelligence indicator was observed.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
lastObservedAt
- Indicates when the most recent instance of a threat intelligence indicator was observed.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source of the threat intelligence indicator.
Length Constraints: Minimum of 1 length. Maximum of 64 length.
- Parameters:
source
- The source of the threat intelligence indicator.Length Constraints: Minimum of 1 length. Maximum of 64 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceUrl
The URL to the page or site where you can get more information about the threat intelligence indicator.
- Parameters:
sourceUrl
- The URL to the page or site where you can get more information about the threat intelligence indicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-