Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.UpdateComponentTypeRequest.Builder
Packages that use UpdateComponentTypeRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of UpdateComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type UpdateComponentTypeRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest) Updates information in a component type.default UpdateComponentTypeResponseIoTTwinMakerClient.updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest) Updates information in a component type. -
Uses of UpdateComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdateComponentTypeRequest.BuilderModifier and TypeMethodDescriptionUpdateComponentTypeRequest.builder()UpdateComponentTypeRequest.Builder.componentTypeId(String componentTypeId) The ID of the component type.UpdateComponentTypeRequest.Builder.componentTypeName(String componentTypeName) The component type name.UpdateComponentTypeRequest.Builder.compositeComponentTypes(Map<String, CompositeComponentTypeRequest> compositeComponentTypes) This is an object that maps strings tocompositeComponentTypesof thecomponentType.UpdateComponentTypeRequest.Builder.description(String description) The description of the component type.UpdateComponentTypeRequest.Builder.extendsFrom(String... extendsFrom) Specifies the component type that this component type extends.UpdateComponentTypeRequest.Builder.extendsFrom(Collection<String> extendsFrom) Specifies the component type that this component type extends.UpdateComponentTypeRequest.Builder.functions(Map<String, FunctionRequest> functions) An object that maps strings to the functions in the component type.UpdateComponentTypeRequest.Builder.isSingleton(Boolean isSingleton) A Boolean value that specifies whether an entity can have more than one component of this type.UpdateComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateComponentTypeRequest.Builder.propertyDefinitions(Map<String, PropertyDefinitionRequest> propertyDefinitions) An object that maps strings to the property definitions in the component type.UpdateComponentTypeRequest.Builder.propertyGroups(Map<String, PropertyGroupRequest> propertyGroups) The property groups.UpdateComponentTypeRequest.toBuilder()UpdateComponentTypeRequest.Builder.workspaceId(String workspaceId) The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type UpdateComponentTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateComponentTypeRequest.Builder>UpdateComponentTypeRequest.serializableBuilderClass()