Interface MitigationActionIdentifier.Builder

    • Method Detail

      • actionName

        MitigationActionIdentifier.Builder actionName​(String actionName)

        The friendly name of the mitigation action.

        Parameters:
        actionName - The friendly name of the mitigation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionArn

        MitigationActionIdentifier.Builder actionArn​(String actionArn)

        The IAM role ARN used to apply this mitigation action.

        Parameters:
        actionArn - 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.
      • creationDate

        MitigationActionIdentifier.Builder creationDate​(Instant creationDate)

        The date when this mitigation action was created.

        Parameters:
        creationDate - The date when this mitigation action was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.