public static interface UpdateDynamicThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateDynamicThingGroupRequest.Builder,UpdateDynamicThingGroupRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateDynamicThingGroupRequest.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 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.BuilderthingGroupProperties(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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.