Uses of Interface
software.amazon.awssdk.services.securityhub.model.Threat.Builder
-
Packages that use Threat.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Threat.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Threat.Builder Modifier and Type Method Description static Threat.BuilderThreat. builder()Threat.BuilderThreat.Builder. filePaths(Collection<FilePaths> filePaths)Provides information about the file paths that were affected by the threat.Threat.BuilderThreat.Builder. filePaths(Consumer<FilePaths.Builder>... filePaths)Provides information about the file paths that were affected by the threat.Threat.BuilderThreat.Builder. filePaths(FilePaths... filePaths)Provides information about the file paths that were affected by the threat.Threat.BuilderThreat.Builder. itemCount(Integer itemCount)This total number of items in which the threat has been detected.Threat.BuilderThreat.Builder. name(String name)The name of the threat.Threat.BuilderThreat.Builder. severity(String severity)The severity of the threat.Threat.BuilderThreat. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Threat.Builder Modifier and Type Method Description static Class<? extends Threat.Builder>Threat. serializableBuilderClass()
-