Package com.oracle.bmc.database.model
Class OneoffPatch.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.OneoffPatch.Builder
-
- Enclosing class:
- OneoffPatch
public static class OneoffPatch.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OneoffPatch
build()
OneoffPatch.Builder
compartmentId(String compartmentId)
The OCID of the compartment.OneoffPatch.Builder
copy(OneoffPatch model)
OneoffPatch.Builder
dbVersion(String dbVersion)
A valid Oracle Database version.OneoffPatch.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.OneoffPatch.Builder
displayName(String displayName)
One-off patch name.OneoffPatch.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.OneoffPatch.Builder
id(String id)
The OCID of the one-off patch.OneoffPatch.Builder
lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.OneoffPatch.Builder
lifecycleState(OneoffPatch.LifecycleState lifecycleState)
The current state of the one-off patch.OneoffPatch.Builder
oneOffPatches(List<String> oneOffPatches)
List of one-off patches for Database Homes.OneoffPatch.Builder
releaseUpdate(String releaseUpdate)
The PSU or PBP or Release Updates.OneoffPatch.Builder
sha256Sum(String sha256Sum)
SHA-256 checksum of the one-off patch.OneoffPatch.Builder
sizeInKBs(Float sizeInKBs)
The size of one-off patch in kilobytes.OneoffPatch.Builder
timeCreated(Date timeCreated)
The date and time one-off patch was created.OneoffPatch.Builder
timeOfExpiration(Date timeOfExpiration)
The date and time until which the one-off patch will be available for download.OneoffPatch.Builder
timeUpdated(Date timeUpdated)
The date and time one-off patch was updated.
-
-
-
Method Detail
-
id
public OneoffPatch.Builder id(String id)
The OCID of the one-off patch.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public OneoffPatch.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public OneoffPatch.Builder displayName(String displayName)
One-off patch name.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
dbVersion
public OneoffPatch.Builder dbVersion(String dbVersion)
A valid Oracle Database version.For a list of supported versions, use the ListDbVersions operation.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
- Parameters:
dbVersion
- the value to set- Returns:
- this builder
-
releaseUpdate
public OneoffPatch.Builder releaseUpdate(String releaseUpdate)
The PSU or PBP or Release Updates.To get a list of supported versions, use the
listDbVersions
operation.- Parameters:
releaseUpdate
- the value to set- Returns:
- this builder
-
oneOffPatches
public OneoffPatch.Builder oneOffPatches(List<String> oneOffPatches)
List of one-off patches for Database Homes.- Parameters:
oneOffPatches
- the value to set- Returns:
- this builder
-
sizeInKBs
public OneoffPatch.Builder sizeInKBs(Float sizeInKBs)
The size of one-off patch in kilobytes.- Parameters:
sizeInKBs
- the value to set- Returns:
- this builder
-
lifecycleState
public OneoffPatch.Builder lifecycleState(OneoffPatch.LifecycleState lifecycleState)
The current state of the one-off patch.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public OneoffPatch.Builder lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
sha256Sum
public OneoffPatch.Builder sha256Sum(String sha256Sum)
SHA-256 checksum of the one-off patch.- Parameters:
sha256Sum
- the value to set- Returns:
- this builder
-
timeUpdated
public OneoffPatch.Builder timeUpdated(Date timeUpdated)
The date and time one-off patch was updated.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
timeCreated
public OneoffPatch.Builder timeCreated(Date timeCreated)
The date and time one-off patch was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeOfExpiration
public OneoffPatch.Builder timeOfExpiration(Date timeOfExpiration)
The date and time until which the one-off patch will be available for download.- Parameters:
timeOfExpiration
- the value to set- Returns:
- this builder
-
freeformTags
public OneoffPatch.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public OneoffPatch.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public OneoffPatch build()
-
copy
public OneoffPatch.Builder copy(OneoffPatch model)
-
-