Interface ServiceLastAccessed.Builder

    • Method Detail

      • serviceName

        ServiceLastAccessed.Builder serviceName​(String serviceName)

        The name of the service in which access was attempted.

        Parameters:
        serviceName - The name of the service in which access was attempted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastAuthenticated

        ServiceLastAccessed.Builder lastAuthenticated​(Instant lastAuthenticated)

        The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service. 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 an authenticated entity most recently attempted to access the service. 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.
      • lastAuthenticatedEntity

        ServiceLastAccessed.Builder lastAuthenticatedEntity​(String lastAuthenticatedEntity)

        The ARN of the authenticated entity (user or role) that last attempted to access the service. 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:
        lastAuthenticatedEntity - The ARN of the authenticated entity (user or role) that last attempted to access the service. 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.
      • lastAuthenticatedRegion

        ServiceLastAccessed.Builder lastAuthenticatedRegion​(String lastAuthenticatedRegion)

        The Region from which the authenticated entity (user or role) last attempted to access the service. 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:
        lastAuthenticatedRegion - The Region from which the authenticated entity (user or role) last attempted to access the service. 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.
      • totalAuthenticatedEntities

        ServiceLastAccessed.Builder totalAuthenticatedEntities​(Integer totalAuthenticatedEntities)

        The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.

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

        Parameters:
        totalAuthenticatedEntities - The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.

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

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

        ServiceLastAccessed.Builder trackedActionsLastAccessed​(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed)

        An object that contains details about the most recent attempt to access a tracked action within the service.

        This field is null if there no tracked actions or if the principal did not use the tracked actions within the tracking period. This field is also null if the report was generated at the service level and not the action level. For more information, see the Granularity field in GenerateServiceLastAccessedDetails.

        Parameters:
        trackedActionsLastAccessed - An object that contains details about the most recent attempt to access a tracked action within the service.

        This field is null if there no tracked actions or if the principal did not use the tracked actions within the tracking period. This field is also null if the report was generated at the service level and not the action level. For more information, see the Granularity field in GenerateServiceLastAccessedDetails.

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

        ServiceLastAccessed.Builder trackedActionsLastAccessed​(TrackedActionLastAccessed... trackedActionsLastAccessed)

        An object that contains details about the most recent attempt to access a tracked action within the service.

        This field is null if there no tracked actions or if the principal did not use the tracked actions within the tracking period. This field is also null if the report was generated at the service level and not the action level. For more information, see the Granularity field in GenerateServiceLastAccessedDetails.

        Parameters:
        trackedActionsLastAccessed - An object that contains details about the most recent attempt to access a tracked action within the service.

        This field is null if there no tracked actions or if the principal did not use the tracked actions within the tracking period. This field is also null if the report was generated at the service level and not the action level. For more information, see the Granularity field in GenerateServiceLastAccessedDetails.

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