static Connection.Builder |
Connection.builder() |
Create a new builder.
|
Connection.Builder |
Connection.Builder.copy(Connection model) |
|
Connection.Builder |
Connection.Builder.createdById(String createdById) |
OCID of the user who created the connection.
|
Connection.Builder |
Connection.Builder.customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers) |
The list of customized properties along with the values for this object
|
Connection.Builder |
Connection.Builder.dataAssetKey(String dataAssetKey) |
Unique key of the parent data asset.
|
Connection.Builder |
Connection.Builder.description(String description) |
A description of the connection.
|
Connection.Builder |
Connection.Builder.displayName(String displayName) |
A user-friendly display name.
|
Connection.Builder |
Connection.Builder.externalKey(String externalKey) |
Unique external key of this object from the source system.
|
Connection.Builder |
Connection.Builder.isDefault(Boolean isDefault) |
Indicates whether this connection is the default connection.
|
Connection.Builder |
Connection.Builder.key(String key) |
Unique connection key that is immutable.
|
Connection.Builder |
Connection.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the connection.
|
Connection.Builder |
Connection.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the connection type.
|
Connection.Builder |
Connection.Builder.timeCreated(Date timeCreated) |
The date and time the connection was created, in the format defined by
RFC3339.
|
Connection.Builder |
Connection.Builder.timeStatusUpdated(Date timeStatusUpdated) |
Time that the connections status was last updated.
|
Connection.Builder |
Connection.Builder.timeUpdated(Date timeUpdated) |
The last time that any change was made to the connection.
|
Connection.Builder |
Connection.toBuilder() |
|
Connection.Builder |
Connection.Builder.typeKey(String typeKey) |
The key of the object type.
|
Connection.Builder |
Connection.Builder.updatedById(String updatedById) |
OCID of the user who modified the connection.
|
Connection.Builder |
Connection.Builder.uri(String uri) |
URI to the connection instance in the API.
|