Interface ProtectedQueryStatistics.Builder

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

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

    • totalDurationInMillis

      ProtectedQueryStatistics.Builder totalDurationInMillis(Long totalDurationInMillis)

      The duration of the Protected Query, from creation until query completion.

      Parameters:
      totalDurationInMillis - The duration of the Protected Query, from creation until query completion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.