Interface MitigationAction.Builder

    • Method Detail

      • name

        MitigationAction.Builder name​(String name)

        A user-friendly name for the mitigation action.

        Parameters:
        name - A user-friendly name for the mitigation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        MitigationAction.Builder id​(String id)

        A unique identifier for the mitigation action.

        Parameters:
        id - A unique identifier for the mitigation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        MitigationAction.Builder roleArn​(String roleArn)

        The IAM role ARN used to apply this mitigation action.

        Parameters:
        roleArn - The IAM role ARN used to apply this mitigation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionParams

        MitigationAction.Builder actionParams​(MitigationActionParams actionParams)

        The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.

        Parameters:
        actionParams - The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.