Package com.oracle.bmc.psql.model
Class Configuration.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.Configuration.Builder
-
- Enclosing class:
- Configuration
public static class Configuration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
build()
Configuration.Builder
compartmentId(String compartmentId)
The OCID of the compartment that contains the configuration.Configuration.Builder
configType(Configuration.ConfigType configType)
The type of configuration.Configuration.Builder
configurationDetails(ConfigurationDetails configurationDetails)
Configuration.Builder
copy(Configuration model)
Configuration.Builder
dbVersion(String dbVersion)
Version of the PostgreSQL database.Configuration.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Configuration.Builder
description(String description)
A description for the configuration.Configuration.Builder
displayName(String displayName)
A user-friendly display name for the configuration.Configuration.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Configuration.Builder
id(String id)
A unique identifier for the configuration.Configuration.Builder
instanceMemorySizeInGBs(Integer instanceMemorySizeInGBs)
Memory size in gigabytes with 1GB increment.Configuration.Builder
instanceOcpuCount(Integer instanceOcpuCount)
CPU core count.Configuration.Builder
isFlexible(Boolean isFlexible)
Whether the configuration supports flexible shapes.Configuration.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.Configuration.Builder
lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the configuration.Configuration.Builder
shape(String shape)
The name of the shape for the configuration.Configuration.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Configuration.Builder
timeCreated(Date timeCreated)
The date and time that the configuration was created, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
id
public Configuration.Builder id(String id)
A unique identifier for the configuration.Immutable on creation.
- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public Configuration.Builder displayName(String displayName)
A user-friendly display name for the configuration.Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public Configuration.Builder description(String description)
A description for the configuration.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public Configuration.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the configuration.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
timeCreated
public Configuration.Builder timeCreated(Date timeCreated)
The date and time that the configuration was created, expressed in RFC 3339 timestamp format.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
lifecycleState
public Configuration.Builder lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the configuration.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public Configuration.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state.
- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
dbVersion
public Configuration.Builder dbVersion(String dbVersion)
Version of the PostgreSQL database.- Parameters:
dbVersion
- the value to set- Returns:
- this builder
-
configType
public Configuration.Builder configType(Configuration.ConfigType configType)
The type of configuration.Either user-created or a default configuration.
- Parameters:
configType
- the value to set- Returns:
- this builder
-
shape
public Configuration.Builder shape(String shape)
The name of the shape for the configuration.Example: VM.Standard.E4.Flex
- Parameters:
shape
- the value to set- Returns:
- this builder
-
isFlexible
public Configuration.Builder isFlexible(Boolean isFlexible)
Whether the configuration supports flexible shapes.- Parameters:
isFlexible
- the value to set- Returns:
- this builder
-
instanceOcpuCount
public Configuration.Builder instanceOcpuCount(Integer instanceOcpuCount)
CPU core count.It's value is set to 0 if configuration is for a flexible shape.
- Parameters:
instanceOcpuCount
- the value to set- Returns:
- this builder
-
instanceMemorySizeInGBs
public Configuration.Builder instanceMemorySizeInGBs(Integer instanceMemorySizeInGBs)
Memory size in gigabytes with 1GB increment.It's value is set to 0 if configuration is for a flexible shape.
- Parameters:
instanceMemorySizeInGBs
- the value to set- Returns:
- this builder
-
configurationDetails
public Configuration.Builder configurationDetails(ConfigurationDetails configurationDetails)
-
freeformTags
public Configuration.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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public Configuration.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public Configuration.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public Configuration build()
-
copy
public Configuration.Builder copy(Configuration model)
-
-