Interface StopContinuousExportResponse.Builder

    • Method Detail

      • startTime

        StopContinuousExportResponse.Builder startTime​(Instant startTime)

        Timestamp that represents when this continuous export started collecting data.

        Parameters:
        startTime - Timestamp that represents when this continuous export started collecting data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stopTime

        StopContinuousExportResponse.Builder stopTime​(Instant stopTime)

        Timestamp that represents when this continuous export was stopped.

        Parameters:
        stopTime - Timestamp that represents when this continuous export was stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.