Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetComponentTypeResponse.Builder
Packages that use GetComponentTypeResponse.Builder
-
Uses of GetComponentTypeResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetComponentTypeResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the component type.GetComponentTypeResponse.builder()GetComponentTypeResponse.Builder.componentTypeId(String componentTypeId) The ID of the component type.GetComponentTypeResponse.Builder.componentTypeName(String componentTypeName) The component type name.GetComponentTypeResponse.Builder.compositeComponentTypes(Map<String, CompositeComponentTypeResponse> compositeComponentTypes) This is an object that maps strings tocompositeComponentTypesof thecomponentType.GetComponentTypeResponse.Builder.creationDateTime(Instant creationDateTime) The date and time when the component type was created.GetComponentTypeResponse.Builder.description(String description) The description of the component type.GetComponentTypeResponse.Builder.extendsFrom(String... extendsFrom) The name of the parent component type that this component type extends.GetComponentTypeResponse.Builder.extendsFrom(Collection<String> extendsFrom) The name of the parent component type that this component type extends.GetComponentTypeResponse.Builder.functions(Map<String, FunctionResponse> functions) An object that maps strings to the functions in the component type.GetComponentTypeResponse.Builder.isAbstract(Boolean isAbstract) A Boolean value that specifies whether the component type is abstract.GetComponentTypeResponse.Builder.isSchemaInitialized(Boolean isSchemaInitialized) A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.GetComponentTypeResponse.Builder.isSingleton(Boolean isSingleton) A Boolean value that specifies whether an entity can have more than one component of this type.GetComponentTypeResponse.Builder.propertyDefinitions(Map<String, PropertyDefinitionResponse> propertyDefinitions) An object that maps strings to the property definitions in the component type.GetComponentTypeResponse.Builder.propertyGroups(Map<String, PropertyGroupResponse> propertyGroups) The maximum number of results to return at one time.default GetComponentTypeResponse.BuilderGetComponentTypeResponse.Builder.status(Consumer<Status.Builder> status) The current status of the component type.The current status of the component type.GetComponentTypeResponse.Builder.syncSource(String syncSource) The syncSource of the SyncJob, if this entity was created by a SyncJob.GetComponentTypeResponse.toBuilder()GetComponentTypeResponse.Builder.updateDateTime(Instant updateDateTime) The date and time when the component was last updated.GetComponentTypeResponse.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 GetComponentTypeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetComponentTypeResponse.Builder>GetComponentTypeResponse.serializableBuilderClass()