Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ComponentResponse.Builder
Packages that use ComponentResponse.Builder
-
Uses of ComponentResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ComponentResponse.BuilderModifier and TypeMethodDescriptionComponentResponse.Builder.areAllCompositeComponentsReturned(Boolean areAllCompositeComponentsReturned) This flag notes whether allcompositeComponentsare returned in the API response.ComponentResponse.Builder.areAllPropertiesReturned(Boolean areAllPropertiesReturned) This flag notes whether all properties of the component are returned in the API response.static ComponentResponse.BuilderComponentResponse.builder()ComponentResponse.Builder.componentName(String componentName) The name of the component.ComponentResponse.Builder.componentTypeId(String componentTypeId) The ID of the component type.ComponentResponse.Builder.compositeComponents(Map<String, ComponentSummary> compositeComponents) This lists objects that contain information about thecompositeComponents.The name of the property definition set in the request.ComponentResponse.Builder.description(String description) The description of the component type.ComponentResponse.Builder.properties(Map<String, PropertyResponse> properties) An object that maps strings to the properties to set in the component type.ComponentResponse.Builder.propertyGroups(Map<String, ComponentPropertyGroupResponse> propertyGroups) The property groups.default ComponentResponse.BuilderComponentResponse.Builder.status(Consumer<Status.Builder> status) The status of the component type.The status of the component type.ComponentResponse.Builder.syncSource(String syncSource) The syncSource of the sync job, if this entity was created by a sync job.ComponentResponse.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComponentResponse.Builder>ComponentResponse.serializableBuilderClass()