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