Interface UnusedAction.Builder

  • Method Details

    • action

      UnusedAction.Builder action(String action)

      The action for which the unused access finding was generated.

      Parameters:
      action - The action for which the unused access finding was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastAccessed

      UnusedAction.Builder lastAccessed(Instant lastAccessed)

      The time at which the action was last accessed.

      Parameters:
      lastAccessed - The time at which the action was last accessed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.