Interface UnusedAction.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnusedAction.Builder,UnusedAction>, SdkBuilder<UnusedAction.Builder,UnusedAction>, SdkPojo
Enclosing class:
UnusedAction

public static interface UnusedAction.Builder extends SdkPojo, CopyableBuilder<UnusedAction.Builder,UnusedAction>
  • 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.