Interface CreateDynamicThingGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDynamicThingGroupRequest.Builder,CreateDynamicThingGroupRequest>
,IotRequest.Builder
,SdkBuilder<CreateDynamicThingGroupRequest.Builder,CreateDynamicThingGroupRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateDynamicThingGroupRequest
public static interface CreateDynamicThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateDynamicThingGroupRequest.Builder,CreateDynamicThingGroupRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
thingGroupName
CreateDynamicThingGroupRequest.Builder thingGroupName(String thingGroupName)
The dynamic thing group name to create.
- Parameters:
thingGroupName
- The dynamic thing group name to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupProperties
CreateDynamicThingGroupRequest.Builder thingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties.
- Parameters:
thingGroupProperties
- The dynamic thing group properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupProperties
default CreateDynamicThingGroupRequest.Builder thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)
The dynamic thing group properties.
This is a convenience method that creates an instance of theThingGroupProperties.Builder
avoiding the need to create one manually viaThingGroupProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothingGroupProperties(ThingGroupProperties)
.- Parameters:
thingGroupProperties
- a consumer that will call methods onThingGroupProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
thingGroupProperties(ThingGroupProperties)
-
indexName
CreateDynamicThingGroupRequest.Builder indexName(String indexName)
The dynamic thing group index name.
Currently one index is supported:
AWS_Things
.- Parameters:
indexName
- The dynamic thing group index name.Currently one index is supported:
AWS_Things
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryString
CreateDynamicThingGroupRequest.Builder queryString(String queryString)
The dynamic thing group search query string.
See Query Syntax for information about query string syntax.
- Parameters:
queryString
- The dynamic thing group search query string.See Query Syntax for information about query string syntax.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryVersion
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDynamicThingGroupRequest.Builder tags(Collection<Tag> tags)
Metadata which can be used to manage the dynamic thing group.
- Parameters:
tags
- Metadata which can be used to manage the dynamic thing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDynamicThingGroupRequest.Builder tags(Tag... tags)
Metadata which can be used to manage the dynamic thing group.
- Parameters:
tags
- Metadata which can be used to manage the dynamic thing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDynamicThingGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the dynamic thing group.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
overrideConfiguration
CreateDynamicThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-