Interface TraceLocation.Builder

  • Method Details

    • locationType

      TraceLocation.Builder locationType(String locationType)

      The type of storage location for the trace data.

      Parameters:
      locationType - The type of storage location for the trace data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • locationType

      TraceLocation.Builder locationType(TraceLocationType locationType)

      The type of storage location for the trace data.

      Parameters:
      locationType - The type of storage location for the trace data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • location

      TraceLocation.Builder location(String location)

      The specific location where the trace data is stored.

      Parameters:
      location - The specific location where the trace data is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.