Package com.oracle.bmc.goldengate.model
Class UpdateGoogleCloudStorageConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateGoogleCloudStorageConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateGoogleCloudStorageConnectionDetails
 
 public static class UpdateGoogleCloudStorageConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateGoogleCloudStorageConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateGoogleCloudStorageConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateGoogleCloudStorageConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateGoogleCloudStorageConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateGoogleCloudStorageConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateGoogleCloudStorageConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateGoogleCloudStorageConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateGoogleCloudStorageConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateGoogleCloudStorageConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateGoogleCloudStorageConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateGoogleCloudStorageConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
serviceAccountKeyFilepublic UpdateGoogleCloudStorageConnectionDetails.Builder serviceAccountKeyFile(String serviceAccountKeyFile) The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.Deprecated: This field is deprecated and replaced by “serviceAccountKeyFileSecretId”. This field will be removed after February 15 2026. - Parameters:
- serviceAccountKeyFile- the value to set
- Returns:
- this builder
 
 - 
serviceAccountKeyFileSecretIdpublic UpdateGoogleCloudStorageConnectionDetails.Builder serviceAccountKeyFileSecretId(String serviceAccountKeyFileSecretId) The OCID of the Secret where the content of the service account key file is stored, which contains the credentials required to use Google Cloud Storage.Note: When provided, ‘serviceAccountKeyFile’ field must not be provided. - Parameters:
- serviceAccountKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateGoogleCloudStorageConnectionDetails build() 
 - 
copypublic UpdateGoogleCloudStorageConnectionDetails.Builder copy(UpdateGoogleCloudStorageConnectionDetails model) 
 
- 
 
-