public static interface UpdateIndexingConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateIndexingConfigurationRequest.Builder,UpdateIndexingConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIndexingConfigurationRequest.Builder thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
thingIndexingConfiguration - Thing indexing configuration.default UpdateIndexingConfigurationRequest.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.BuilderthingIndexingConfiguration(ThingIndexingConfiguration)UpdateIndexingConfigurationRequest.Builder thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
Thing group indexing configuration.
thingGroupIndexingConfiguration - Thing group indexing configuration.default UpdateIndexingConfigurationRequest.Builder thingGroupIndexingConfiguration(Consumer<ThingGroupIndexingConfiguration.Builder> thingGroupIndexingConfiguration)
Thing group indexing 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.BuilderthingGroupIndexingConfiguration(ThingGroupIndexingConfiguration)UpdateIndexingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIndexingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.