public static class UpdateConnectionFromMySQL.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateConnectionFromMySQL.Builder key(String key)
public UpdateConnectionFromMySQL.Builder modelVersion(String modelVersion)
public UpdateConnectionFromMySQL.Builder parentRef(ParentReference parentRef)
public UpdateConnectionFromMySQL.Builder name(String name)
public UpdateConnectionFromMySQL.Builder description(String description)
public UpdateConnectionFromMySQL.Builder objectStatus(Integer objectStatus)
public UpdateConnectionFromMySQL.Builder objectVersion(Integer objectVersion)
public UpdateConnectionFromMySQL.Builder identifier(String identifier)
public UpdateConnectionFromMySQL.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
public UpdateConnectionFromMySQL.Builder registryMetadata(RegistryMetadata registryMetadata)
public UpdateConnectionFromMySQL.Builder username(String username)
The user name for the connection.
username
- the value to setpublic UpdateConnectionFromMySQL.Builder password(String password)
The password for the connection.
password
- the value to setpublic UpdateConnectionFromMySQL.Builder passwordSecret(SensitiveAttribute passwordSecret)
public UpdateConnectionFromMySQL build()
public UpdateConnectionFromMySQL.Builder copy(UpdateConnectionFromMySQL model)
Copyright © 2016–2024. All rights reserved.