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