Interface WaitStartedDetails.Builder

    • Method Detail

      • duration

        WaitStartedDetails.Builder duration​(Integer duration)

        The duration to wait, in seconds.

        Parameters:
        duration - The duration to wait, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledEndTimestamp

        WaitStartedDetails.Builder scheduledEndTimestamp​(Instant scheduledEndTimestamp)

        The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

        Parameters:
        scheduledEndTimestamp - The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
        Returns:
        Returns a reference to this object so that method calls can be chained together.