Class CreateOracleDbGcpKeyRingDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dbmulticloud.model.CreateOracleDbGcpKeyRingDetails.Builder
 
- 
- Enclosing class:
- CreateOracleDbGcpKeyRingDetails
 
 public static class CreateOracleDbGcpKeyRingDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
oracleDbConnectorIdpublic 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
 
 - 
displayNamepublic CreateOracleDbGcpKeyRingDetails.Builder displayName(String displayName) Display name of DB GCP Key Ring resource.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
gcpKeyRingIdpublic CreateOracleDbGcpKeyRingDetails.Builder gcpKeyRingId(String gcpKeyRingId) GCP Key Ring ID.- Parameters:
- gcpKeyRingId- the value to set
- Returns:
- this builder
 
 - 
typepublic CreateOracleDbGcpKeyRingDetails.Builder type(String type) Oracle DB GCP Key Ring resource Type.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
locationpublic CreateOracleDbGcpKeyRingDetails.Builder location(String location) Location of the GCP Key Ring resource.- Parameters:
- location- the value to set
- Returns:
- this builder
 
 - 
propertiespublic CreateOracleDbGcpKeyRingDetails.Builder properties(Map<String,String> properties) Oracle DB GCP Key Ring resource’s properties.- Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
buildpublic CreateOracleDbGcpKeyRingDetails build() 
 - 
copypublic CreateOracleDbGcpKeyRingDetails.Builder copy(CreateOracleDbGcpKeyRingDetails model) 
 
- 
 
-