Struct aws_sdk_cloudsearch::model::double_array_options::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DoubleArrayOptions
Implementations
A value to use for the field if the field isn’t specified for a document.
A value to use for the field if the field isn’t specified for a document.
A list of source fields to map to the field.
A list of source fields to map to the field.
Whether facet information can be returned for the field.
Whether facet information can be returned for the field.
Whether the contents of the field are searchable.
Whether the contents of the field are searchable.
Whether the contents of the field can be returned in the search results.
Whether the contents of the field can be returned in the search results.
Consumes the builder and constructs a DoubleArrayOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more