public static class AutonomousSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutonomousSettings |
build() |
AutonomousSettings.Builder |
copy(AutonomousSettings model) |
AutonomousSettings.Builder |
isDataCollectionAuthorized(Boolean isDataCollectionAuthorized)
Indicates whether Autonomous Linux will collect crash files.
|
AutonomousSettings.Builder |
scheduledJobId(String scheduledJobId)
The OCID
of the restricted scheduled job associated with this instance.
|
public AutonomousSettings.Builder isDataCollectionAuthorized(Boolean isDataCollectionAuthorized)
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
isDataCollectionAuthorized
- the value to setpublic AutonomousSettings.Builder scheduledJobId(String scheduledJobId)
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
scheduledJobId
- the value to setpublic AutonomousSettings build()
public AutonomousSettings.Builder copy(AutonomousSettings model)
Copyright © 2016–2024. All rights reserved.