Package com.oracle.bmc.goldengate.model
Class GoogleCloudStorageConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.GoogleCloudStorageConnection.Builder
 
- 
- Enclosing class:
- GoogleCloudStorageConnection
 
 public static class GoogleCloudStorageConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic GoogleCloudStorageConnection.Builder id(String id) 
 - 
displayNamepublic GoogleCloudStorageConnection.Builder displayName(String displayName) 
 - 
descriptionpublic GoogleCloudStorageConnection.Builder description(String description) 
 - 
compartmentIdpublic GoogleCloudStorageConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic GoogleCloudStorageConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic GoogleCloudStorageConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic GoogleCloudStorageConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic GoogleCloudStorageConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic GoogleCloudStorageConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic GoogleCloudStorageConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic GoogleCloudStorageConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic GoogleCloudStorageConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic GoogleCloudStorageConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic GoogleCloudStorageConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic GoogleCloudStorageConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic GoogleCloudStorageConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic GoogleCloudStorageConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic GoogleCloudStorageConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic GoogleCloudStorageConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic GoogleCloudStorageConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic GoogleCloudStorageConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic GoogleCloudStorageConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic GoogleCloudStorageConnection.Builder technologyType(GoogleCloudStorageConnection.TechnologyType technologyType) The Google Cloud Storage technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
serviceAccountKeyFileSecretIdpublic GoogleCloudStorageConnection.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 GoogleCloudStorageConnection build() 
 - 
copypublic GoogleCloudStorageConnection.Builder copy(GoogleCloudStorageConnection model) 
 
- 
 
-