Interface UnusedIamUserAccessKeyDetails.Builder

  • Method Details

    • accessKeyId

      The ID of the access key for which the unused access finding was generated.

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

      UnusedIamUserAccessKeyDetails.Builder lastAccessed(Instant lastAccessed)

      The time at which the access key was last accessed.

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