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