public static class OneoffPatch.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public OneoffPatch.Builder id(String id)
The OCID of the one-off patch.
id
- the value to setpublic OneoffPatch.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic OneoffPatch.Builder displayName(String displayName)
One-off patch name.
displayName
- the value to setpublic 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.
dbVersion
- the value to setpublic OneoffPatch.Builder releaseUpdate(String releaseUpdate)
The PSU or PBP or Release Updates. To get a list of supported versions, use the listDbVersions
operation.
releaseUpdate
- the value to setpublic OneoffPatch.Builder oneOffPatches(List<String> oneOffPatches)
List of one-off patches for Database Homes.
oneOffPatches
- the value to setpublic OneoffPatch.Builder sizeInKBs(Float sizeInKBs)
The size of one-off patch in kilobytes.
sizeInKBs
- the value to setpublic OneoffPatch.Builder lifecycleState(OneoffPatch.LifecycleState lifecycleState)
The current state of the one-off patch.
lifecycleState
- the value to setpublic OneoffPatch.Builder lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.
lifecycleDetails
- the value to setpublic OneoffPatch.Builder sha256Sum(String sha256Sum)
SHA-256 checksum of the one-off patch.
sha256Sum
- the value to setpublic OneoffPatch.Builder timeUpdated(Date timeUpdated)
The date and time one-off patch was updated.
timeUpdated
- the value to setpublic OneoffPatch.Builder timeCreated(Date timeCreated)
The date and time one-off patch was created.
timeCreated
- the value to setpublic OneoffPatch.Builder timeOfExpiration(Date timeOfExpiration)
The date and time until which the one-off patch will be available for download.
timeOfExpiration
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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.
definedTags
- the value to setpublic OneoffPatch build()
public OneoffPatch.Builder copy(OneoffPatch model)
Copyright © 2016–2024. All rights reserved.