Interface DetectMitigationActionsTaskTarget.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectMitigationActionsTaskTarget.Builder,DetectMitigationActionsTaskTarget>
,SdkBuilder<DetectMitigationActionsTaskTarget.Builder,DetectMitigationActionsTaskTarget>
,SdkPojo
- Enclosing class:
- DetectMitigationActionsTaskTarget
public static interface DetectMitigationActionsTaskTarget.Builder extends SdkPojo, CopyableBuilder<DetectMitigationActionsTaskTarget.Builder,DetectMitigationActionsTaskTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectMitigationActionsTaskTarget.Builder
behaviorName(String behaviorName)
The name of the behavior.DetectMitigationActionsTaskTarget.Builder
securityProfileName(String securityProfileName)
The name of the security profile.DetectMitigationActionsTaskTarget.Builder
violationIds(String... violationIds)
The unique identifiers of the violations.DetectMitigationActionsTaskTarget.Builder
violationIds(Collection<String> violationIds)
The unique identifiers of the violations.-
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 Detail
-
violationIds
DetectMitigationActionsTaskTarget.Builder violationIds(Collection<String> violationIds)
The unique identifiers of the violations.
- Parameters:
violationIds
- The unique identifiers of the violations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violationIds
DetectMitigationActionsTaskTarget.Builder violationIds(String... violationIds)
The unique identifiers of the violations.
- Parameters:
violationIds
- The unique identifiers of the violations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileName
DetectMitigationActionsTaskTarget.Builder securityProfileName(String securityProfileName)
The name of the security profile.
- Parameters:
securityProfileName
- The name of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
behaviorName
DetectMitigationActionsTaskTarget.Builder behaviorName(String behaviorName)
The name of the behavior.
- Parameters:
behaviorName
- The name of the behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-