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
Modifier and TypeMethodDescriptionthingGroupIndexingConfiguration(Consumer<ThingGroupIndexingConfiguration.Builder> thingGroupIndexingConfiguration) The index configuration.thingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration) The index configuration.thingIndexingConfiguration(Consumer<ThingIndexingConfiguration.Builder> thingIndexingConfiguration) Thing indexing configuration.thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration) Thing indexing configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.Builderavoiding the need to create one manually viaThingIndexingConfiguration.builder().When the
Consumercompletes,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:
-
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.Builderavoiding the need to create one manually viaThingGroupIndexingConfiguration.builder().When the
Consumercompletes,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:
-