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