Package com.oracle.bmc.database.model
Class GoogleCloudProviderEncryptionKeyDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.GoogleCloudProviderEncryptionKeyDetails.Builder
 
- 
- Enclosing class:
- GoogleCloudProviderEncryptionKeyDetails
 
 public static class GoogleCloudProviderEncryptionKeyDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleCloudProviderEncryptionKeyDetailsbuild()GoogleCloudProviderEncryptionKeyDetails.Buildercopy(GoogleCloudProviderEncryptionKeyDetails model)GoogleCloudProviderEncryptionKeyDetails.BuildergoogleCloudProviderEncryptionKeyId(String googleCloudProviderEncryptionKeyId)Provide the key OCID of a registered Google Cloud Provider key.
 
- 
- 
- 
Method Detail- 
googleCloudProviderEncryptionKeyIdpublic GoogleCloudProviderEncryptionKeyDetails.Builder googleCloudProviderEncryptionKeyId(String googleCloudProviderEncryptionKeyId) Provide the key OCID of a registered Google Cloud Provider key.- Parameters:
- googleCloudProviderEncryptionKeyId- the value to set
- Returns:
- this builder
 
 - 
buildpublic GoogleCloudProviderEncryptionKeyDetails build() 
 - 
copypublic GoogleCloudProviderEncryptionKeyDetails.Builder copy(GoogleCloudProviderEncryptionKeyDetails model) 
 
- 
 
-