CopyableBuilder<LatLonOptions.Builder,LatLonOptions>, SdkBuilder<LatLonOptions.Builder,LatLonOptions>public static interface LatLonOptions.Builder extends CopyableBuilder<LatLonOptions.Builder,LatLonOptions>
| Modifier and Type | Method | Description |
|---|---|---|
LatLonOptions.Builder |
defaultValue(String defaultValue) |
A value to use for the field if the field isn't specified for a document.
|
LatLonOptions.Builder |
facetEnabled(Boolean facetEnabled) |
Whether facet information can be returned for the field.
|
LatLonOptions.Builder |
returnEnabled(Boolean returnEnabled) |
Whether the contents of the field can be returned in the search results.
|
LatLonOptions.Builder |
searchEnabled(Boolean searchEnabled) |
Whether the contents of the field are searchable.
|
LatLonOptions.Builder |
sortEnabled(Boolean sortEnabled) |
Whether the field can be used to sort the search results.
|
LatLonOptions.Builder |
sourceField(String sourceField) |
copyapply, buildLatLonOptions.Builder defaultValue(String defaultValue)
defaultValue - A value to use for the field if the field isn't specified for a document.LatLonOptions.Builder sourceField(String sourceField)
sourceField - LatLonOptions.Builder facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
facetEnabled - Whether facet information can be returned for the field.LatLonOptions.Builder searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
searchEnabled - Whether the contents of the field are searchable.LatLonOptions.Builder returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
returnEnabled - Whether the contents of the field can be returned in the search results.LatLonOptions.Builder sortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
sortEnabled - Whether the field can be used to sort the search results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.