Interface DestinationSummary.Builder

    • Method Detail

      • endTime

        DestinationSummary.Builder endTime​(Instant endTime)

        UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.

        Parameters:
        endTime - UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DestinationSummary.Builder id​(String id)

        Unique identifier for this destination, assigned by IVS.

        Parameters:
        id - Unique identifier for this destination, assigned by IVS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        DestinationSummary.Builder startTime​(Instant startTime)

        UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.

        Parameters:
        startTime - UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.