Package com.oracle.bmc.database.model
Class DbSystemOsPatchHistoryEntrySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DbSystemOsPatchHistoryEntrySummary.Builder
-
- Enclosing class:
- DbSystemOsPatchHistoryEntrySummary
public static class DbSystemOsPatchHistoryEntrySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
action
public DbSystemOsPatchHistoryEntrySummary.Builder action(DbSystemOsPatchHistoryEntrySummary.Action action)
The action being performed or was completed.- Parameters:
action- the value to set- Returns:
- this builder
-
dbSystemId
public DbSystemOsPatchHistoryEntrySummary.Builder dbSystemId(String dbSystemId)
The OCID of the DB system.- Parameters:
dbSystemId- the value to set- Returns:
- this builder
-
id
public DbSystemOsPatchHistoryEntrySummary.Builder id(String id)
The OCID of the OS patch history entry.- Parameters:
id- the value to set- Returns:
- this builder
-
lifecycleState
public DbSystemOsPatchHistoryEntrySummary.Builder lifecycleState(DbSystemOsPatchHistoryEntrySummary.LifecycleState lifecycleState)
The current state of the action.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public DbSystemOsPatchHistoryEntrySummary.Builder lifecycleDetails(String lifecycleDetails)
A descriptive text associated with the lifecycleState.Typically contains additional displayable text.
- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
osPatchDetails
public DbSystemOsPatchHistoryEntrySummary.Builder osPatchDetails(DbSystemOsPatchDetailsCollection osPatchDetails)
-
timeStarted
public DbSystemOsPatchHistoryEntrySummary.Builder timeStarted(Date timeStarted)
The date and time when the patch action started.- Parameters:
timeStarted- the value to set- Returns:
- this builder
-
timeEnded
public DbSystemOsPatchHistoryEntrySummary.Builder timeEnded(Date timeEnded)
The date and time when the patch action completed- Parameters:
timeEnded- the value to set- Returns:
- this builder
-
build
public DbSystemOsPatchHistoryEntrySummary build()
-
copy
public DbSystemOsPatchHistoryEntrySummary.Builder copy(DbSystemOsPatchHistoryEntrySummary model)
-
-