Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ComponentTypeSummary.Builder
Packages that use ComponentTypeSummary.Builder
-
Uses of ComponentTypeSummary.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ComponentTypeSummary.BuilderModifier and TypeMethodDescriptionThe ARN of the component type.static ComponentTypeSummary.BuilderComponentTypeSummary.builder()ComponentTypeSummary.Builder.componentTypeId(String componentTypeId) The ID of the component type.ComponentTypeSummary.Builder.componentTypeName(String componentTypeName) The component type name.ComponentTypeSummary.Builder.creationDateTime(Instant creationDateTime) The date and time when the component type was created.ComponentTypeSummary.Builder.description(String description) The description of the component type.default ComponentTypeSummary.BuilderComponentTypeSummary.Builder.status(Consumer<Status.Builder> status) The current status of the component type.The current status of the component type.ComponentTypeSummary.toBuilder()ComponentTypeSummary.Builder.updateDateTime(Instant updateDateTime) The date and time when the component type was last updated.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentTypeSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComponentTypeSummary.Builder>ComponentTypeSummary.serializableBuilderClass()