public static class UpdateCrossConnectDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateCrossConnectDetails |
build() |
UpdateCrossConnectDetails.Builder |
copy(UpdateCrossConnectDetails model) |
UpdateCrossConnectDetails.Builder |
customerReferenceName(String customerReferenceName)
A reference name or identifier for the physical fiber connection this cross-connect uses.
|
UpdateCrossConnectDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateCrossConnectDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
UpdateCrossConnectDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateCrossConnectDetails.Builder |
isActive(Boolean isActive)
Set to true to activate the cross-connect.
|
UpdateCrossConnectDetails.Builder |
macsecProperties(UpdateMacsecProperties macsecProperties) |
public UpdateCrossConnectDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateCrossConnectDetails.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 UpdateCrossConnectDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateCrossConnectDetails.Builder isActive(Boolean isActive)
Set to true to activate the cross-connect. You activate it after the physical cabling is complete, and you’ve confirmed the cross-connect’s light levels are good and your side of the interface is up. Activation indicates to Oracle that the physical connection is ready.
Example: true
isActive
- the value to setpublic UpdateCrossConnectDetails.Builder customerReferenceName(String customerReferenceName)
A reference name or identifier for the physical fiber connection this cross-connect uses.
customerReferenceName
- the value to setpublic UpdateCrossConnectDetails.Builder macsecProperties(UpdateMacsecProperties macsecProperties)
public UpdateCrossConnectDetails build()
public UpdateCrossConnectDetails.Builder copy(UpdateCrossConnectDetails model)
Copyright © 2016–2024. All rights reserved.