Class CreateOracleDbGcpKeyRingDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dbmulticloud.model.CreateOracleDbGcpKeyRingDetails.Builder
-
- Enclosing class:
- CreateOracleDbGcpKeyRingDetails
public static class CreateOracleDbGcpKeyRingDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public CreateOracleDbGcpKeyRingDetails.Builder compartmentId(String compartmentId)
The compartment OCID where the Oracle DB GCP Key Ring resource resides.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
oracleDbConnectorId
public CreateOracleDbGcpKeyRingDetails.Builder oracleDbConnectorId(String oracleDbConnectorId)
The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.- Parameters:
oracleDbConnectorId
- the value to set- Returns:
- this builder
-
displayName
public CreateOracleDbGcpKeyRingDetails.Builder displayName(String displayName)
Display name of DB GCP Key Ring resource.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
gcpKeyRingId
public CreateOracleDbGcpKeyRingDetails.Builder gcpKeyRingId(String gcpKeyRingId)
GCP Key Ring ID.- Parameters:
gcpKeyRingId
- the value to set- Returns:
- this builder
-
type
public CreateOracleDbGcpKeyRingDetails.Builder type(String type)
Oracle DB GCP Key Ring resource Type.- Parameters:
type
- the value to set- Returns:
- this builder
-
location
public CreateOracleDbGcpKeyRingDetails.Builder location(String location)
Location of the GCP Key Ring resource.- Parameters:
location
- the value to set- Returns:
- this builder
-
properties
public CreateOracleDbGcpKeyRingDetails.Builder properties(Map<String,String> properties)
Oracle DB GCP Key Ring resource’s properties.- Parameters:
properties
- the value to set- Returns:
- this builder
-
freeformTags
public CreateOracleDbGcpKeyRingDetails.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 CreateOracleDbGcpKeyRingDetails.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.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public CreateOracleDbGcpKeyRingDetails build()
-
copy
public CreateOracleDbGcpKeyRingDetails.Builder copy(CreateOracleDbGcpKeyRingDetails model)
-
-