public static class ConnectionAssignmentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public ConnectionAssignmentSummary.Builder id(String id)
The OCID of the connection assignment being referenced.
id
- the value to setpublic ConnectionAssignmentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment being referenced.
compartmentId
- the value to setpublic ConnectionAssignmentSummary.Builder connectionId(String connectionId)
The OCID of the connection being referenced.
connectionId
- the value to setpublic ConnectionAssignmentSummary.Builder deploymentId(String deploymentId)
The OCID of the deployment being referenced.
deploymentId
- the value to setpublic ConnectionAssignmentSummary.Builder aliasName(String aliasName)
Credential store alias.
aliasName
- the value to setpublic ConnectionAssignmentSummary.Builder lifecycleState(ConnectionAssignment.LifecycleState lifecycleState)
Possible lifecycle states for connection assignments.
lifecycleState
- the value to setpublic 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
.
timeCreated
- the value to setpublic 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
.
timeUpdated
- the value to setpublic ConnectionAssignmentSummary build()
public ConnectionAssignmentSummary.Builder copy(ConnectionAssignmentSummary model)
Copyright © 2016–2024. All rights reserved.