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