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