Interface LastUpdate.Builder

    • Method Detail

      • targetQueryTCU

        LastUpdate.Builder targetQueryTCU​(Integer targetQueryTCU)

        The number of TimeStream Compute Units (TCUs) requested in the last account settings update.

        Parameters:
        targetQueryTCU - The number of TimeStream Compute Units (TCUs) requested in the last account settings update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        LastUpdate.Builder status​(String status)

        The status of the last update. Can be either PENDING, FAILED, or SUCCEEDED.

        Parameters:
        status - The status of the last update. Can be either PENDING, FAILED, or SUCCEEDED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LastUpdateStatus, LastUpdateStatus
      • status

        LastUpdate.Builder status​(LastUpdateStatus status)

        The status of the last update. Can be either PENDING, FAILED, or SUCCEEDED.

        Parameters:
        status - The status of the last update. Can be either PENDING, FAILED, or SUCCEEDED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LastUpdateStatus, LastUpdateStatus
      • statusMessage

        LastUpdate.Builder statusMessage​(String statusMessage)

        Error message describing the last account settings update status, visible only if an error occurred.

        Parameters:
        statusMessage - Error message describing the last account settings update status, visible only if an error occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.