public static interface UpdateDynamicThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateDynamicThingGroupRequest.Builder,UpdateDynamicThingGroupRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDynamicThingGroupRequest.Builder thingGroupName(String thingGroupName)
The name of the dynamic thing group to update.
thingGroupName
- The name of the dynamic thing group to update.UpdateDynamicThingGroupRequest.Builder thingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties to update.
thingGroupProperties
- The dynamic thing group properties to update.default UpdateDynamicThingGroupRequest.Builder thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)
The dynamic thing group properties to update.
This is a convenience method that creates an instance of theThingGroupProperties.Builder
avoiding
the need to create one manually via ThingGroupProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to thingGroupProperties(ThingGroupProperties)
.
thingGroupProperties
- a consumer that will call methods on ThingGroupProperties.Builder
thingGroupProperties(ThingGroupProperties)
UpdateDynamicThingGroupRequest.Builder expectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to update.
expectedVersion
- The expected version of the dynamic thing group to update.UpdateDynamicThingGroupRequest.Builder indexName(String indexName)
The dynamic thing group index to update.
Currently one index is supported: AWS_Things
.
indexName
- The dynamic thing group index to update.
Currently one index is supported: AWS_Things
.
UpdateDynamicThingGroupRequest.Builder queryString(String queryString)
The dynamic thing group search query string to update.
queryString
- The dynamic thing group search query string to update.UpdateDynamicThingGroupRequest.Builder queryVersion(String queryVersion)
The dynamic thing group query version to update.
Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.
queryVersion
- The dynamic thing group query version to update. Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.
UpdateDynamicThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.