Class GetSchedulerDocsOptions.Builder

    • Constructor Detail

      • Builder

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

      • build

        public GetSchedulerDocsOptions build()
        Builds a GetSchedulerDocsOptions.
        Returns:
        the new GetSchedulerDocsOptions instance
      • addStates

        public GetSchedulerDocsOptions.Builder addStates​(String states)
        Adds an states to states.
        Parameters:
        states - the new states
        Returns:
        the GetSchedulerDocsOptions builder
      • limit

        public GetSchedulerDocsOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the GetSchedulerDocsOptions builder
      • states

        public GetSchedulerDocsOptions.Builder states​(List<String> states)
        Set the states. Existing states will be replaced.
        Parameters:
        states - the states
        Returns:
        the GetSchedulerDocsOptions builder