Interface TelemetryMetadata.Builder

    • Method Detail

      • messageType

        TelemetryMetadata.Builder messageType​(String messageType)

        A specific type of behavioral data that is collected by the agent.

        Parameters:
        messageType - A specific type of behavioral data that is collected by the agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        TelemetryMetadata.Builder count​(Long count)

        The count of messages that the agent sends to the Amazon Inspector service.

        Parameters:
        count - The count of messages that the agent sends to the Amazon Inspector service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSize

        TelemetryMetadata.Builder dataSize​(Long dataSize)

        The data size of messages that the agent sends to the Amazon Inspector service.

        Parameters:
        dataSize - The data size of messages that the agent sends to the Amazon Inspector service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.