Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.CompositeComponentUpdateRequest.Builder
Packages that use CompositeComponentUpdateRequest.Builder
-
Uses of CompositeComponentUpdateRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return CompositeComponentUpdateRequest.BuilderModifier and TypeMethodDescriptionCompositeComponentUpdateRequest.builder()CompositeComponentUpdateRequest.Builder.description(String description) The description of the component type.CompositeComponentUpdateRequest.Builder.propertyGroupUpdates(Map<String, ComponentPropertyGroupRequest> propertyGroupUpdates) The property group updates.CompositeComponentUpdateRequest.Builder.propertyUpdates(Map<String, PropertyRequest> propertyUpdates) An object that maps strings to the properties to set in the component type update.CompositeComponentUpdateRequest.toBuilder()CompositeComponentUpdateRequest.Builder.updateType(String updateType) The update type of the component update request.CompositeComponentUpdateRequest.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 CompositeComponentUpdateRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CompositeComponentUpdateRequest.Builder>CompositeComponentUpdateRequest.serializableBuilderClass()