Interface GetIndexingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIndexingConfigurationResponse.Builder,GetIndexingConfigurationResponse>
,IotResponse.Builder
,SdkBuilder<GetIndexingConfigurationResponse.Builder,GetIndexingConfigurationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetIndexingConfigurationResponse
public static interface GetIndexingConfigurationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetIndexingConfigurationResponse.Builder,GetIndexingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
thingIndexingConfiguration
GetIndexingConfigurationResponse.Builder thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
- Parameters:
thingIndexingConfiguration
- Thing indexing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingIndexingConfiguration
default GetIndexingConfigurationResponse.Builder thingIndexingConfiguration(Consumer<ThingIndexingConfiguration.Builder> thingIndexingConfiguration)
Thing indexing configuration.
This is a convenience method that creates an instance of theThingIndexingConfiguration.Builder
avoiding the need to create one manually viaThingIndexingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothingIndexingConfiguration(ThingIndexingConfiguration)
.- Parameters:
thingIndexingConfiguration
- a consumer that will call methods onThingIndexingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
thingIndexingConfiguration(ThingIndexingConfiguration)
-
thingGroupIndexingConfiguration
GetIndexingConfigurationResponse.Builder thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
- Parameters:
thingGroupIndexingConfiguration
- The index configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupIndexingConfiguration
default GetIndexingConfigurationResponse.Builder thingGroupIndexingConfiguration(Consumer<ThingGroupIndexingConfiguration.Builder> thingGroupIndexingConfiguration)
The index configuration.
This is a convenience method that creates an instance of theThingGroupIndexingConfiguration.Builder
avoiding the need to create one manually viaThingGroupIndexingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothingGroupIndexingConfiguration(ThingGroupIndexingConfiguration)
.- Parameters:
thingGroupIndexingConfiguration
- a consumer that will call methods onThingGroupIndexingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration)
-
-