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