Uses of Class
security.whisper.javastix.sdo.types.KillChainPhase.Builder
Packages that use KillChainPhase.Builder
-
Uses of KillChainPhase.Builder in security.whisper.javastix.sdo.types
Methods in security.whisper.javastix.sdo.types that return KillChainPhase.BuilderModifier and TypeMethodDescriptionstatic KillChainPhase.BuilderKillChainPhase.builder()Creates a builder forKillChainPhase.final KillChainPhase.BuilderKillChainPhase.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.final KillChainPhase.BuilderKillChainPhase.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.final KillChainPhase.BuilderKillChainPhase.Builder.from(KillChainPhaseType instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.types.KillChainPhaseTypeinstance.final KillChainPhase.BuilderKillChainPhase.Builder.killChainName(String killChainName) Initializes the value for thekillChainNameattribute.final KillChainPhase.BuilderInitializes the value for thephaseNameattribute.final KillChainPhase.BuilderKillChainPhase.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.final KillChainPhase.BuilderKillChainPhase.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.final KillChainPhase.BuilderKillChainPhase.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.