Package com.oracle.bmc.goldengate.model
Class OciObjectStorageConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.OciObjectStorageConnection.Builder
 
- 
- Enclosing class:
- OciObjectStorageConnection
 
 public static class OciObjectStorageConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OciObjectStorageConnection.Builder id(String id) 
 - 
displayNamepublic OciObjectStorageConnection.Builder displayName(String displayName) 
 - 
descriptionpublic OciObjectStorageConnection.Builder description(String description) 
 - 
compartmentIdpublic OciObjectStorageConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic OciObjectStorageConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic OciObjectStorageConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic OciObjectStorageConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic OciObjectStorageConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic OciObjectStorageConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic OciObjectStorageConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic OciObjectStorageConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic OciObjectStorageConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic OciObjectStorageConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic OciObjectStorageConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic OciObjectStorageConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic OciObjectStorageConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic OciObjectStorageConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic OciObjectStorageConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic OciObjectStorageConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic OciObjectStorageConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic OciObjectStorageConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic OciObjectStorageConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic OciObjectStorageConnection.Builder technologyType(OciObjectStorageConnection.TechnologyType technologyType) The OCI Object Storage technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic OciObjectStorageConnection.Builder tenancyId(String tenancyId) The OCID of the related OCI tenancy.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
regionpublic OciObjectStorageConnection.Builder region(String region) The name of the region.e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region. - Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
userIdpublic OciObjectStorageConnection.Builder userId(String userId) The OCID of the OCI user who will access the Object Storage.The user must have write access to the bucket they want to connect to. If the user is not provided, backend will default to the user who is calling the API endpoint. - Parameters:
- userId- the value to set
- Returns:
- this builder
 
 - 
privateKeyFileSecretIdpublic OciObjectStorageConnection.Builder privateKeyFileSecretId(String privateKeyFileSecretId) The OCID of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint.See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, ‘privateKeyFile’ field must not be provided. - Parameters:
- privateKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
privateKeyPassphraseSecretIdpublic OciObjectStorageConnection.Builder privateKeyPassphraseSecretId(String privateKeyPassphraseSecretId) The OCID of the Secret that stores the passphrase of the private key.Note: When provided, ‘privateKeyPassphrase’ field must not be provided. - Parameters:
- privateKeyPassphraseSecretId- the value to set
- Returns:
- this builder
 
 - 
publicKeyFingerprintpublic OciObjectStorageConnection.Builder publicKeyFingerprint(String publicKeyFingerprint) The fingerprint of the API Key of the user specified by the userId.See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm - Parameters:
- publicKeyFingerprint- the value to set
- Returns:
- this builder
 
 - 
shouldUseResourcePrincipalpublic OciObjectStorageConnection.Builder shouldUseResourcePrincipal(Boolean shouldUseResourcePrincipal) Specifies that the user intends to authenticate to the instance using a resource principal.Default: false - Parameters:
- shouldUseResourcePrincipal- the value to set
- Returns:
- this builder
 
 - 
buildpublic OciObjectStorageConnection build() 
 - 
copypublic OciObjectStorageConnection.Builder copy(OciObjectStorageConnection model) 
 
- 
 
-