Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ComponentRequest.Builder
Packages that use ComponentRequest.Builder
-
Uses of ComponentRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ComponentRequest.BuilderModifier and TypeMethodDescriptionstatic ComponentRequest.BuilderComponentRequest.builder()ComponentRequest.Builder.componentTypeId(String componentTypeId) The ID of the component type.ComponentRequest.Builder.description(String description) The description of the component request.ComponentRequest.Builder.properties(Map<String, PropertyRequest> properties) An object that maps strings to the properties to set in the component type.ComponentRequest.Builder.propertyGroups(Map<String, ComponentPropertyGroupRequest> propertyGroups) The property groups.ComponentRequest.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComponentRequest.Builder>ComponentRequest.serializableBuilderClass()