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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetIndexingConfigurationResponse.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.BuilderthingIndexingConfiguration(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.BuilderthingGroupIndexingConfiguration(ThingGroupIndexingConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.