Struct aws_sdk_cloudsearch::model::text_array_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for TextArrayOptions
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 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.
Whether highlights can be returned for the field.
Whether highlights can be returned for the field.
The name of an analysis scheme for a text-array field.
The name of an analysis scheme for a text-array field.
Consumes the builder and constructs a TextArrayOptions
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
