Uses of Class
io.github.eggy03.dmidecode.entity.processor.ImmutableDMICache.Builder
Packages that use ImmutableDMICache.Builder
-
Uses of ImmutableDMICache.Builder in io.github.eggy03.dmidecode.entity.processor
Methods in io.github.eggy03.dmidecode.entity.processor that return ImmutableDMICache.BuilderModifier and TypeMethodDescriptionImmutableDMICache.Builder.addAllSupportedSramTypes(Iterable<@Nullable String> elements) Adds elements tosupportedSramTypeslist.ImmutableDMICache.Builder.addSupportedSramTypes(@Nullable String element) Adds one element tosupportedSramTypeslist.ImmutableDMICache.Builder.addSupportedSramTypes(@Nullable String... elements) Adds elements tosupportedSramTypeslist.ImmutableDMICache.Builder.associativity(@Nullable String associativity) Initializes the value for theassociativityattribute.ImmutableDMICache.Builder.configuration(@Nullable String configuration) Initializes the value for theconfigurationattribute.ImmutableDMICache.Builder.errorCorrectionType(@Nullable String errorCorrectionType) Initializes the value for theerrorCorrectionTypeattribute.Fill a builder with attribute values from the providedDMICacheinstance.ImmutableDMICache.Builder.installedSize(@Nullable String installedSize) Initializes the value for theinstalledSizeattribute.ImmutableDMICache.Builder.installedSramType(@Nullable String installedSramType) Initializes the value for theinstalledSramTypeattribute.Initializes the value for thelocationattribute.ImmutableDMICache.Builder.maximumSize(@Nullable String maximumSize) Initializes the value for themaximumSizeattribute.ImmutableDMICache.Builder.operationalMode(@Nullable String operationalMode) Initializes the value for theoperationalModeattribute.ImmutableDMICache.Builder.socketDesignation(@Nullable String socketDesignation) Initializes the value for thesocketDesignationattribute.Initializes the value for thespeedattribute.ImmutableDMICache.Builder.supportedSramTypes(@Nullable Iterable<@Nullable String> elements) Sets or replaces all elements forsupportedSramTypeslist.ImmutableDMICache.Builder.systemType(@Nullable String systemType) Initializes the value for thesystemTypeattribute.