Interface DetectMitigationActionsTaskTarget.Builder

    • 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.