public static interface GetIndexingConfigurationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetIndexingConfigurationResponse.Builder,GetIndexingConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
default GetIndexingConfigurationResponse.Builder |
thingGroupIndexingConfiguration(Consumer<ThingGroupIndexingConfiguration.Builder> thingGroupIndexingConfiguration)
The index configuration.
|
GetIndexingConfigurationResponse.Builder |
thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
|
default GetIndexingConfigurationResponse.Builder |
thingIndexingConfiguration(Consumer<ThingIndexingConfiguration.Builder> thingIndexingConfiguration)
Thing indexing configuration.
|
GetIndexingConfigurationResponse.Builder |
thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetIndexingConfigurationResponse.Builder thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
thingIndexingConfiguration
- Thing indexing configuration.default GetIndexingConfigurationResponse.Builder thingIndexingConfiguration(Consumer<ThingIndexingConfiguration.Builder> thingIndexingConfiguration)
Thing indexing configuration.
This is a convenience that creates an instance of theThingIndexingConfiguration.Builder
avoiding the
need to create one manually via ThingIndexingConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to thingIndexingConfiguration(ThingIndexingConfiguration)
.thingIndexingConfiguration
- a consumer that will call methods on ThingIndexingConfiguration.Builder
thingIndexingConfiguration(ThingIndexingConfiguration)
GetIndexingConfigurationResponse.Builder thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
thingGroupIndexingConfiguration
- The index configuration.default GetIndexingConfigurationResponse.Builder thingGroupIndexingConfiguration(Consumer<ThingGroupIndexingConfiguration.Builder> thingGroupIndexingConfiguration)
The index configuration.
This is a convenience that creates an instance of theThingGroupIndexingConfiguration.Builder
avoiding the need to create one manually via ThingGroupIndexingConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration)
.thingGroupIndexingConfiguration
- a consumer that will call methods on ThingGroupIndexingConfiguration.Builder
thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration)
Copyright © 2020. All rights reserved.