Uses of Class
security.whisper.javastix.coo.extension.types.WindowsProcessExtension.Builder
Packages that use WindowsProcessExtension.Builder
-
Uses of WindowsProcessExtension.Builder in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return WindowsProcessExtension.BuilderModifier and TypeMethodDescriptionWindowsProcessExtension.builder()Creates a builder forWindowsProcessExtension.WindowsProcessExtension.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.WindowsProcessExtension.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.WindowsProcessExtension.Builder.from(CyberObservableExtensionCommonProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.extension.CyberObservableExtensionCommonPropertiesinstance.WindowsProcessExtension.Builder.from(WindowsProcessExtensionExt instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.extension.types.WindowsProcessExtensionExtinstance.WindowsProcessExtension.Builder.isAslrEnabled(boolean isAslrEnabled) Initializes the optional valueisAslrEnabledto isAslrEnabled.WindowsProcessExtension.Builder.isAslrEnabled(Optional<Boolean> isAslrEnabled) Initializes the optional valueisAslrEnabledto isAslrEnabled.WindowsProcessExtension.Builder.isDepEnabled(boolean isDepEnabled) Initializes the optional valueisDepEnabledto isDepEnabled.WindowsProcessExtension.Builder.isDepEnabled(Optional<Boolean> isDepEnabled) Initializes the optional valueisDepEnabledto isDepEnabled.Initializes the optional valueownerSidto ownerSid.Initializes the optional valueownerSidto ownerSid.Initializes the optional valuepriorityto priority.Initializes the optional valuepriorityto priority.WindowsProcessExtension.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.WindowsProcessExtension.Builder.putAllStartupInfo(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tostartupInfomap.WindowsProcessExtension.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.WindowsProcessExtension.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.WindowsProcessExtension.Builder.putStartupInfo(String key, String value) Put one entry to thestartupInfomap.WindowsProcessExtension.Builder.putStartupInfo(Map.Entry<String, ? extends String> entry) Put one entry to thestartupInfomap.WindowsProcessExtension.Builder.startupInfo(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for thestartupInfomap.Initializes the value for thetypeattribute.WindowsProcessExtension.Builder.windowTitle(String windowTitle) Initializes the optional valuewindowTitleto windowTitle.WindowsProcessExtension.Builder.windowTitle(Optional<String> windowTitle) Initializes the optional valuewindowTitleto windowTitle.