static CreateThingGroupRequest.Builder |
CreateThingGroupRequest.builder() |
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.parentGroupName(String parentGroupName) |
The name of the parent thing group.
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.tags(Collection<Tag> tags) |
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.tags(Tag... tags) |
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.thingGroupName(String thingGroupName) |
The thing group name to create.
|
default CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties) |
The thing group properties.
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.Builder.thingGroupProperties(ThingGroupProperties thingGroupProperties) |
The thing group properties.
|
CreateThingGroupRequest.Builder |
CreateThingGroupRequest.toBuilder() |
|