Interface DataStoreResponse.Builder

  • Method Details

    • enabled

      True if data store is enabled for this domain

      Parameters:
      enabled - True if data store is enabled for this domain
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readiness

      DataStoreResponse.Builder readiness(Readiness readiness)
      Sets the value of the Readiness property for this object.
      Parameters:
      readiness - The new value for the Readiness property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readiness

      default DataStoreResponse.Builder readiness(Consumer<Readiness.Builder> readiness)
      Sets the value of the Readiness property for this object. This is a convenience method that creates an instance of the Readiness.Builder avoiding the need to create one manually via Readiness.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to readiness(Readiness).

      Parameters:
      readiness - a consumer that will call methods on Readiness.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: