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 Details

    • 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

      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.