public static interface ThreatIntelIndicator.Builder extends SdkPojo, CopyableBuilder<ThreatIntelIndicator.Builder,ThreatIntelIndicator>
Modifier and Type | Method and Description |
---|---|
ThreatIntelIndicator.Builder |
category(String category)
The category of a threat intel indicator.
|
ThreatIntelIndicator.Builder |
category(ThreatIntelIndicatorCategory category)
The category of a threat intel indicator.
|
ThreatIntelIndicator.Builder |
lastObservedAt(String lastObservedAt)
The date/time of the last observation of a threat intel indicator.
|
ThreatIntelIndicator.Builder |
source(String source)
The source of the threat intel.
|
ThreatIntelIndicator.Builder |
sourceUrl(String sourceUrl)
The URL for more details from the source of the threat intel.
|
ThreatIntelIndicator.Builder |
type(String type)
The type of a threat intel indicator.
|
ThreatIntelIndicator.Builder |
type(ThreatIntelIndicatorType type)
The type of a threat intel indicator.
|
ThreatIntelIndicator.Builder |
value(String value)
The value of a threat intel indicator.
|
copy
applyMutation, build
ThreatIntelIndicator.Builder type(String type)
The type of a threat intel indicator.
type
- The type of a threat intel indicator.ThreatIntelIndicatorType
,
ThreatIntelIndicatorType
ThreatIntelIndicator.Builder type(ThreatIntelIndicatorType type)
The type of a threat intel indicator.
type
- The type of a threat intel indicator.ThreatIntelIndicatorType
,
ThreatIntelIndicatorType
ThreatIntelIndicator.Builder value(String value)
The value of a threat intel indicator.
value
- The value of a threat intel indicator.ThreatIntelIndicator.Builder category(String category)
The category of a threat intel indicator.
category
- The category of a threat intel indicator.ThreatIntelIndicatorCategory
,
ThreatIntelIndicatorCategory
ThreatIntelIndicator.Builder category(ThreatIntelIndicatorCategory category)
The category of a threat intel indicator.
category
- The category of a threat intel indicator.ThreatIntelIndicatorCategory
,
ThreatIntelIndicatorCategory
ThreatIntelIndicator.Builder lastObservedAt(String lastObservedAt)
The date/time of the last observation of a threat intel indicator.
lastObservedAt
- The date/time of the last observation of a threat intel indicator.ThreatIntelIndicator.Builder source(String source)
The source of the threat intel.
source
- The source of the threat intel.ThreatIntelIndicator.Builder sourceUrl(String sourceUrl)
The URL for more details from the source of the threat intel.
sourceUrl
- The URL for more details from the source of the threat intel.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.