Package com.oracle.bmc.goldengate.model
Class ConnectionAssignment.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.ConnectionAssignment.Builder
-
- Enclosing class:
- ConnectionAssignment
public static class ConnectionAssignment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionAssignment.Builder
aliasName(String aliasName)
Credential store alias.ConnectionAssignment
build()
ConnectionAssignment.Builder
compartmentId(String compartmentId)
The OCID of the compartment being referenced.ConnectionAssignment.Builder
connectionId(String connectionId)
The OCID of the connection being referenced.ConnectionAssignment.Builder
copy(ConnectionAssignment model)
ConnectionAssignment.Builder
deploymentId(String deploymentId)
The OCID of the deployment being referenced.ConnectionAssignment.Builder
id(String id)
The OCID of the connection assignment being referenced.ConnectionAssignment.Builder
lifecycleState(ConnectionAssignment.LifecycleState lifecycleState)
Possible lifecycle states for connection assignments.ConnectionAssignment.Builder
timeCreated(Date timeCreated)
The time the resource was created.ConnectionAssignment.Builder
timeUpdated(Date timeUpdated)
The time the resource was last updated.
-
-
-
Method Detail
-
id
public ConnectionAssignment.Builder id(String id)
The OCID of the connection assignment being referenced.- Parameters:
id
- the value to set- Returns:
- this builder
-
connectionId
public ConnectionAssignment.Builder connectionId(String connectionId)
The OCID of the connection being referenced.- Parameters:
connectionId
- the value to set- Returns:
- this builder
-
deploymentId
public ConnectionAssignment.Builder deploymentId(String deploymentId)
The OCID of the deployment being referenced.- Parameters:
deploymentId
- the value to set- Returns:
- this builder
-
aliasName
public ConnectionAssignment.Builder aliasName(String aliasName)
Credential store alias.- Parameters:
aliasName
- the value to set- Returns:
- this builder
-
compartmentId
public ConnectionAssignment.Builder compartmentId(String compartmentId)
The OCID of the compartment being referenced.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
lifecycleState
public ConnectionAssignment.Builder lifecycleState(ConnectionAssignment.LifecycleState lifecycleState)
Possible lifecycle states for connection assignments.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeCreated
public ConnectionAssignment.Builder timeCreated(Date timeCreated)
The time the resource was created.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public ConnectionAssignment.Builder timeUpdated(Date timeUpdated)
The time the resource was last updated.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
build
public ConnectionAssignment build()
-
copy
public ConnectionAssignment.Builder copy(ConnectionAssignment model)
-
-