Package com.oracle.bmc.goldengate.model
Class ConnectionAssignmentSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.ConnectionAssignmentSummary.Builder
 
- 
- Enclosing class:
- ConnectionAssignmentSummary
 
 public static class ConnectionAssignmentSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic ConnectionAssignmentSummary.Builder id(String id) The OCID of the connection assignment being referenced.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ConnectionAssignmentSummary.Builder compartmentId(String compartmentId) The OCID of the compartment being referenced.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
connectionIdpublic ConnectionAssignmentSummary.Builder connectionId(String connectionId) The OCID of the connection being referenced.- Parameters:
- connectionId- the value to set
- Returns:
- this builder
 
 - 
deploymentIdpublic ConnectionAssignmentSummary.Builder deploymentId(String deploymentId) The OCID of the deployment being referenced.- Parameters:
- deploymentId- the value to set
- Returns:
- this builder
 
 - 
aliasNamepublic ConnectionAssignmentSummary.Builder aliasName(String aliasName) Credential store alias.- Parameters:
- aliasName- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ConnectionAssignmentSummary.Builder lifecycleState(ConnectionAssignment.LifecycleState lifecycleState) Possible lifecycle states for connection assignments.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ConnectionAssignmentSummary.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 ConnectionAssignmentSummary.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 ConnectionAssignmentSummary build() 
 - 
copypublic ConnectionAssignmentSummary.Builder copy(ConnectionAssignmentSummary model) 
 
- 
 
-