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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionAssignment.BuilderaliasName(String aliasName)Credential store alias.ConnectionAssignmentbuild()ConnectionAssignment.BuildercompartmentId(String compartmentId)The OCID of the compartment being referenced.ConnectionAssignment.BuilderconnectionId(String connectionId)The OCID of the connection being referenced.ConnectionAssignment.Buildercopy(ConnectionAssignment model)ConnectionAssignment.BuilderdeploymentId(String deploymentId)The OCID of the deployment being referenced.ConnectionAssignment.Builderid(String id)The OCID of the connection assignment being referenced.ConnectionAssignment.BuilderlifecycleState(ConnectionAssignment.LifecycleState lifecycleState)Possible lifecycle states for connection assignments.ConnectionAssignment.BuildertimeCreated(Date timeCreated)The time the resource was created.ConnectionAssignment.BuildertimeUpdated(Date timeUpdated)The time the resource was last updated.
 
- 
- 
- 
Method Detail- 
idpublic ConnectionAssignment.Builder id(String id) The OCID of the connection assignment being referenced.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
connectionIdpublic ConnectionAssignment.Builder connectionId(String connectionId) The OCID of the connection being referenced.- Parameters:
- connectionId- the value to set
- Returns:
- this builder
 
 - 
deploymentIdpublic ConnectionAssignment.Builder deploymentId(String deploymentId) The OCID of the deployment being referenced.- Parameters:
- deploymentId- the value to set
- Returns:
- this builder
 
 - 
aliasNamepublic ConnectionAssignment.Builder aliasName(String aliasName) Credential store alias.- Parameters:
- aliasName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ConnectionAssignment.Builder compartmentId(String compartmentId) The OCID of the compartment being referenced.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ConnectionAssignment.Builder lifecycleState(ConnectionAssignment.LifecycleState lifecycleState) Possible lifecycle states for connection assignments.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
timeUpdatedpublic 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
 
 - 
buildpublic ConnectionAssignment build() 
 - 
copypublic ConnectionAssignment.Builder copy(ConnectionAssignment model) 
 
- 
 
-