Interface ApiCallDetails.Builder

    • Method Detail

      • api

        ApiCallDetails.Builder api​(String api)

        The name of the operation that was invoked most recently and produced the finding.

        Parameters:
        api - The name of the operation that was invoked most recently and produced the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiServiceName

        ApiCallDetails.Builder apiServiceName​(String apiServiceName)

        The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.

        Parameters:
        apiServiceName - The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstSeen

        ApiCallDetails.Builder firstSeen​(Instant firstSeen)

        The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.

        Parameters:
        firstSeen - The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastSeen

        ApiCallDetails.Builder lastSeen​(Instant lastSeen)

        The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.

        Parameters:
        lastSeen - The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.