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, 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.
- Parameters:
value
- The value of a threat intelligence indicator.- 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.
Uses the
date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated byT
. For example,2020-03-22T13:22:13.933Z
.- Parameters:
lastObservedAt
- Indicates when the most recent instance of a threat intelligence indicator was observed.Uses the
date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated byT
. For example,2020-03-22T13:22:13.933Z
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source of the threat intelligence indicator.
- Parameters:
source
- The source of the threat intelligence indicator.- 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.
-