Class UpdateConnectionFromMySQL.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UpdateConnectionFromMySQL.Builder
-
- Enclosing class:
- UpdateConnectionFromMySQL
public static class UpdateConnectionFromMySQL.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public UpdateConnectionFromMySQL.Builder key(String key)
-
modelVersion
public UpdateConnectionFromMySQL.Builder modelVersion(String modelVersion)
-
parentRef
public UpdateConnectionFromMySQL.Builder parentRef(ParentReference parentRef)
-
name
public UpdateConnectionFromMySQL.Builder name(String name)
-
description
public UpdateConnectionFromMySQL.Builder description(String description)
-
objectStatus
public UpdateConnectionFromMySQL.Builder objectStatus(Integer objectStatus)
-
objectVersion
public UpdateConnectionFromMySQL.Builder objectVersion(Integer objectVersion)
-
identifier
public UpdateConnectionFromMySQL.Builder identifier(String identifier)
-
connectionProperties
public UpdateConnectionFromMySQL.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
-
registryMetadata
public UpdateConnectionFromMySQL.Builder registryMetadata(RegistryMetadata registryMetadata)
-
username
public UpdateConnectionFromMySQL.Builder username(String username)
The user name for the connection.- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public UpdateConnectionFromMySQL.Builder password(String password)
The password for the connection.- Parameters:
password
- the value to set- Returns:
- this builder
-
passwordSecret
public UpdateConnectionFromMySQL.Builder passwordSecret(SensitiveAttribute passwordSecret)
-
build
public UpdateConnectionFromMySQL build()
-
copy
public UpdateConnectionFromMySQL.Builder copy(UpdateConnectionFromMySQL model)
-
-