public static class UpdateDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateDbSystemDetails.Builder displayName(String displayName)
A user-friendly display name for the database system. Avoid entering confidential information.
displayName
- the value to setpublic UpdateDbSystemDetails.Builder description(String description)
A user-provided description of the database system.
description
- the value to setpublic UpdateDbSystemDetails.Builder shape(String shape)
The name of the shape for the database system nodes. Example: VM.Standard.E4.Flex
shape
- the value to setpublic UpdateDbSystemDetails.Builder instanceOcpuCount(Integer instanceOcpuCount)
The total number of OCPUs available to each database system node.
instanceOcpuCount
- the value to setpublic UpdateDbSystemDetails.Builder instanceMemorySizeInGBs(Integer instanceMemorySizeInGBs)
The total amount of memory available to each database system node, in gigabytes.
instanceMemorySizeInGBs
- the value to setpublic UpdateDbSystemDetails.Builder dbConfigurationParams(UpdateDbConfigParams dbConfigurationParams)
public UpdateDbSystemDetails.Builder managementPolicy(ManagementPolicyDetails managementPolicy)
public UpdateDbSystemDetails.Builder storageDetails(UpdateStorageDetailsParams storageDetails)
public UpdateDbSystemDetails.Builder networkDetails(UpdateNetworkDetails networkDetails)
public UpdateDbSystemDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateDbSystemDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateDbSystemDetails build()
public UpdateDbSystemDetails.Builder copy(UpdateDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.