Interface TelemetryMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>, SdkBuilder<TelemetryMetadata.Builder,TelemetryMetadata>, SdkPojo
Enclosing class:
TelemetryMetadata

public static interface TelemetryMetadata.Builder extends SdkPojo, CopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>
  • Method Details

    • 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

      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.