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