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