public static interface CreateDynamicThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateDynamicThingGroupRequest.Builder,CreateDynamicThingGroupRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateDynamicThingGroupRequest.Builder thingGroupName(String thingGroupName)
The dynamic thing group name to create.
thingGroupName
- The dynamic thing group name to create.CreateDynamicThingGroupRequest.Builder thingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties.
thingGroupProperties
- The dynamic thing group properties.default CreateDynamicThingGroupRequest.Builder thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)
The dynamic thing group properties.
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.Builder
thingGroupProperties(ThingGroupProperties)
CreateDynamicThingGroupRequest.Builder indexName(String indexName)
The dynamic thing group index name.
Currently one index is supported: "AWS_Things".
indexName
- The dynamic thing group index name. Currently one index is supported: "AWS_Things".
CreateDynamicThingGroupRequest.Builder queryString(String queryString)
The dynamic thing group search query string.
See Query Syntax for information about query string syntax.
queryString
- The dynamic thing group search query string.
See Query Syntax for information about query string syntax.
CreateDynamicThingGroupRequest.Builder queryVersion(String queryVersion)
The dynamic thing group query version.
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. Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.
CreateDynamicThingGroupRequest.Builder tags(Collection<Tag> tags)
Metadata which can be used to manage the dynamic thing group.
tags
- Metadata which can be used to manage the dynamic thing group.CreateDynamicThingGroupRequest.Builder tags(Tag... tags)
Metadata which can be used to manage the dynamic thing group.
tags
- Metadata which can be used to manage the dynamic thing group.CreateDynamicThingGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the dynamic thing group.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateDynamicThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.