public static interface UpdateIndexingConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateIndexingConfigurationRequest.Builder,UpdateIndexingConfigurationRequest>
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateIndexingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.