Interface DateOptions.Builder

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

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

    • defaultValue

      DateOptions.Builder defaultValue(String defaultValue)
      A value to use for the field if the field isn't specified for a document.
      Parameters:
      defaultValue - A value to use for the field if the field isn't specified for a document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceField

      DateOptions.Builder sourceField(String sourceField)
      Sets the value of the SourceField property for this object.
      Parameters:
      sourceField - The new value for the SourceField property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • facetEnabled

      DateOptions.Builder facetEnabled(Boolean facetEnabled)

      Whether facet information can be returned for the field.

      Parameters:
      facetEnabled - Whether facet information can be returned for the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • searchEnabled

      DateOptions.Builder searchEnabled(Boolean searchEnabled)

      Whether the contents of the field are searchable.

      Parameters:
      searchEnabled - Whether the contents of the field are searchable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • returnEnabled

      DateOptions.Builder returnEnabled(Boolean returnEnabled)

      Whether the contents of the field can be returned in the search results.

      Parameters:
      returnEnabled - Whether the contents of the field can be returned in the search results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortEnabled

      DateOptions.Builder sortEnabled(Boolean sortEnabled)

      Whether the field can be used to sort the search results.

      Parameters:
      sortEnabled - Whether the field can be used to sort the search results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.