Interface Indicator.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Indicator.Builder,,Indicator> SdkBuilder<Indicator.Builder,,Indicator> SdkPojo
- Enclosing class:
Indicator
-
Method Summary
Modifier and TypeMethodDescriptionSpecific indicator keys observed in the attack sequence.key(IndicatorType key) Specific indicator keys observed in the attack sequence.Title describing the indicator.Values associated with each indicator key.values(Collection<String> values) Values associated with each indicator key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
Specific indicator keys observed in the attack sequence. For description of the valid values for key, see Attack sequence finding details in the Amazon GuardDuty User Guide.
- Parameters:
key- Specific indicator keys observed in the attack sequence. For description of the valid values for key, see Attack sequence finding details in the Amazon GuardDuty User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
Specific indicator keys observed in the attack sequence. For description of the valid values for key, see Attack sequence finding details in the Amazon GuardDuty User Guide.
- Parameters:
key- Specific indicator keys observed in the attack sequence. For description of the valid values for key, see Attack sequence finding details in the Amazon GuardDuty User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
Values associated with each indicator key. For example, if the indicator key is
SUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key isATTACK_TACTIC, then the value will be one of the MITRE tactics.- Parameters:
values- Values associated with each indicator key. For example, if the indicator key isSUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key isATTACK_TACTIC, then the value will be one of the MITRE tactics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
Values associated with each indicator key. For example, if the indicator key is
SUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key isATTACK_TACTIC, then the value will be one of the MITRE tactics.- Parameters:
values- Values associated with each indicator key. For example, if the indicator key isSUSPICIOUS_NETWORK, then the value will be the name of the network. If the indicator key isATTACK_TACTIC, then the value will be one of the MITRE tactics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Title describing the indicator.
- Parameters:
title- Title describing the indicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-