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