Interface EntityDetails.Builder

    • Method Detail

      • entityInfo

        EntityDetails.Builder entityInfo​(EntityInfo entityInfo)

        The EntityInfo object that contains details about the entity (user or role).

        Parameters:
        entityInfo - The EntityInfo object that contains details about the entity (user or role).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastAuthenticated

        EntityDetails.Builder lastAuthenticated​(Instant lastAuthenticated)

        The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Parameters:
        lastAuthenticated - The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Returns:
        Returns a reference to this object so that method calls can be chained together.