Class ExploitAttemptEventContent.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.ExploitAttemptEventContent.Builder
-
- Enclosing class:
- ExploitAttemptEventContent
public static class ExploitAttemptEventContent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExploitAttemptEventContent
build()
ExploitAttemptEventContent.Builder
copy(ExploitAttemptEventContent model)
ExploitAttemptEventContent.Builder
exploitDetectionLogContent(String exploitDetectionLogContent)
The content of the exploit detection log.ExploitAttemptEventContent.Builder
exploitObjectStoreLocation(String exploitObjectStoreLocation)
The location of the exploit detection log within object storage.
-
-
-
Method Detail
-
exploitDetectionLogContent
public ExploitAttemptEventContent.Builder exploitDetectionLogContent(String exploitDetectionLogContent)
The content of the exploit detection log.- Parameters:
exploitDetectionLogContent
- the value to set- Returns:
- this builder
-
exploitObjectStoreLocation
public ExploitAttemptEventContent.Builder exploitObjectStoreLocation(String exploitObjectStoreLocation)
The location of the exploit detection log within object storage.- Parameters:
exploitObjectStoreLocation
- the value to set- Returns:
- this builder
-
build
public ExploitAttemptEventContent build()
-
copy
public ExploitAttemptEventContent.Builder copy(ExploitAttemptEventContent model)
-
-