Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ComponentSummary.Builder
Packages that use ComponentSummary.Builder
-
Uses of ComponentSummary.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ComponentSummary.BuilderModifier and TypeMethodDescriptionstatic ComponentSummary.BuilderComponentSummary.builder()ComponentSummary.Builder.componentName(String componentName) The name of the component.ComponentSummary.Builder.componentPath(String componentPath) This string specifies the path to the composite component, starting from the top-level component.ComponentSummary.Builder.componentTypeId(String componentTypeId) The ID of the component type.The name of the property definition set in the request.ComponentSummary.Builder.description(String description) The description of the component request.ComponentSummary.Builder.propertyGroups(Map<String, ComponentPropertyGroupResponse> propertyGroups) The property groups.default ComponentSummary.BuilderComponentSummary.Builder.status(Consumer<Status.Builder> status) The status of the component type.The status of the component type.ComponentSummary.Builder.syncSource(String syncSource) ThesyncSourceof the sync job, if this entity was created by a sync job.ComponentSummary.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComponentSummary.Builder>ComponentSummary.serializableBuilderClass()