Class UpdateConnectionFromOracleSiebel.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UpdateConnectionFromOracleSiebel.Builder
 
- 
- Enclosing class:
- UpdateConnectionFromOracleSiebel
 
 public static class UpdateConnectionFromOracleSiebel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
keypublic UpdateConnectionFromOracleSiebel.Builder key(String key) 
 - 
modelVersionpublic UpdateConnectionFromOracleSiebel.Builder modelVersion(String modelVersion) 
 - 
parentRefpublic UpdateConnectionFromOracleSiebel.Builder parentRef(ParentReference parentRef) 
 - 
namepublic UpdateConnectionFromOracleSiebel.Builder name(String name) 
 - 
descriptionpublic UpdateConnectionFromOracleSiebel.Builder description(String description) 
 - 
objectStatuspublic UpdateConnectionFromOracleSiebel.Builder objectStatus(Integer objectStatus) 
 - 
objectVersionpublic UpdateConnectionFromOracleSiebel.Builder objectVersion(Integer objectVersion) 
 - 
identifierpublic UpdateConnectionFromOracleSiebel.Builder identifier(String identifier) 
 - 
connectionPropertiespublic UpdateConnectionFromOracleSiebel.Builder connectionProperties(List<ConnectionProperty> connectionProperties) 
 - 
registryMetadatapublic UpdateConnectionFromOracleSiebel.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
usernamepublic UpdateConnectionFromOracleSiebel.Builder username(String username) The user name for the connection.- Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordpublic UpdateConnectionFromOracleSiebel.Builder password(String password) The password for the connection.- Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
passwordSecretpublic UpdateConnectionFromOracleSiebel.Builder passwordSecret(SensitiveAttribute passwordSecret) 
 - 
buildpublic UpdateConnectionFromOracleSiebel build() 
 - 
copypublic UpdateConnectionFromOracleSiebel.Builder copy(UpdateConnectionFromOracleSiebel model) 
 
- 
 
-