Uses of Class
software.amazon.awscdk.services.iot.ThingGroupReference.Builder
Packages that use ThingGroupReference.Builder
-
Uses of ThingGroupReference.Builder in software.amazon.awscdk.services.iot
Methods in software.amazon.awscdk.services.iot that return ThingGroupReference.BuilderModifier and TypeMethodDescriptionstatic ThingGroupReference.Builder
ThingGroupReference.builder()
ThingGroupReference.Builder.thingGroupArn
(String thingGroupArn) Sets the value ofThingGroupReference.getThingGroupArn()
ThingGroupReference.Builder.thingGroupName
(String thingGroupName) Sets the value ofThingGroupReference.getThingGroupName()
Constructors in software.amazon.awscdk.services.iot with parameters of type ThingGroupReference.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ThingGroupReference.Builder builder) Constructor that initializes the object based on literal property values passed by theThingGroupReference.Builder
.