Class GetAllDbsOptions.Builder

java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetAllDbsOptions.Builder
Enclosing class:
GetAllDbsOptions

public static class GetAllDbsOptions.Builder extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder()
      Instantiates a new builder.
  • Method Details

    • build

      public GetAllDbsOptions build()
      Builds a GetAllDbsOptions.
      Returns:
      the new GetAllDbsOptions instance
    • descending

      public GetAllDbsOptions.Builder descending(Boolean descending)
      Set the descending.
      Parameters:
      descending - the descending
      Returns:
      the GetAllDbsOptions builder
    • endKey

      public GetAllDbsOptions.Builder endKey(String endKey)
      Set the endKey.
      Parameters:
      endKey - the endKey
      Returns:
      the GetAllDbsOptions builder
    • limit

      public GetAllDbsOptions.Builder limit(long limit)
      Set the limit.
      Parameters:
      limit - the limit
      Returns:
      the GetAllDbsOptions builder
    • skip

      public GetAllDbsOptions.Builder skip(long skip)
      Set the skip.
      Parameters:
      skip - the skip
      Returns:
      the GetAllDbsOptions builder
    • startKey

      public GetAllDbsOptions.Builder startKey(String startKey)
      Set the startKey.
      Parameters:
      startKey - the startKey
      Returns:
      the GetAllDbsOptions builder