public static class CrossConnectGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CrossConnectGroup |
build() |
CrossConnectGroup.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the cross-connect group.
|
CrossConnectGroup.Builder |
copy(CrossConnectGroup model) |
CrossConnectGroup.Builder |
displayName(String displayName)
A user-friendly name.
|
CrossConnectGroup.Builder |
id(String id)
The cross-connect group’s Oracle ID (OCID).
|
CrossConnectGroup.Builder |
lifecycleState(CrossConnectGroup.LifecycleState lifecycleState)
The cross-connect group’s current state.
|
CrossConnectGroup.Builder |
timeCreated(Date timeCreated)
The date and time the cross-connect group was created, in the format defined by RFC3339.
|
public CrossConnectGroup.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the cross-connect group.
compartmentId
- the value to setpublic CrossConnectGroup.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic CrossConnectGroup.Builder id(String id)
The cross-connect group’s Oracle ID (OCID).
id
- the value to setpublic CrossConnectGroup.Builder lifecycleState(CrossConnectGroup.LifecycleState lifecycleState)
The cross-connect group’s current state.
lifecycleState
- the value to setpublic CrossConnectGroup.Builder timeCreated(Date timeCreated)
The date and time the cross-connect group was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic CrossConnectGroup build()
public CrossConnectGroup.Builder copy(CrossConnectGroup model)
Copyright © 2016–2023. All rights reserved.