pub struct Builder { /* private fields */ }
Expand description
A builder for GetIndexingConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn thing_indexing_configuration(
self,
input: ThingIndexingConfiguration
) -> Self
pub fn thing_indexing_configuration(
self,
input: ThingIndexingConfiguration
) -> Self
Thing indexing configuration.
sourcepub fn set_thing_indexing_configuration(
self,
input: Option<ThingIndexingConfiguration>
) -> Self
pub fn set_thing_indexing_configuration(
self,
input: Option<ThingIndexingConfiguration>
) -> Self
Thing indexing configuration.
sourcepub fn thing_group_indexing_configuration(
self,
input: ThingGroupIndexingConfiguration
) -> Self
pub fn thing_group_indexing_configuration(
self,
input: ThingGroupIndexingConfiguration
) -> Self
The index configuration.
sourcepub fn set_thing_group_indexing_configuration(
self,
input: Option<ThingGroupIndexingConfiguration>
) -> Self
pub fn set_thing_group_indexing_configuration(
self,
input: Option<ThingGroupIndexingConfiguration>
) -> Self
The index configuration.
sourcepub fn build(self) -> GetIndexingConfigurationOutput
pub fn build(self) -> GetIndexingConfigurationOutput
Consumes the builder and constructs a GetIndexingConfigurationOutput
.