Interface LastUpdate.Builder

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

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

    • 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:
    • 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:
    • 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.