public static class LetterOfAuthority.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LetterOfAuthority.Builder |
authorizedEntityName(String authorizedEntityName)
The name of the entity authorized by this Letter of Authority.
|
LetterOfAuthority |
build() |
LetterOfAuthority.Builder |
circuitType(LetterOfAuthority.CircuitType circuitType)
The type of cross-connect fiber, termination, and optical specification.
|
LetterOfAuthority.Builder |
copy(LetterOfAuthority model) |
LetterOfAuthority.Builder |
crossConnectId(String crossConnectId)
The OCID
of the cross-connect.
|
LetterOfAuthority.Builder |
facilityLocation(String facilityLocation)
The address of the FastConnect location.
|
LetterOfAuthority.Builder |
portName(String portName)
The meet-me room port for this cross-connect.
|
LetterOfAuthority.Builder |
timeExpires(Date timeExpires)
The date and time when the Letter of Authority expires, in the format defined by
RFC3339.
|
LetterOfAuthority.Builder |
timeIssued(Date timeIssued)
The date and time the Letter of Authority was created, in the format defined by
RFC3339.
|
public LetterOfAuthority.Builder authorizedEntityName(String authorizedEntityName)
The name of the entity authorized by this Letter of Authority.
authorizedEntityName
- the value to setpublic LetterOfAuthority.Builder circuitType(LetterOfAuthority.CircuitType circuitType)
The type of cross-connect fiber, termination, and optical specification.
circuitType
- the value to setpublic LetterOfAuthority.Builder crossConnectId(String crossConnectId)
The OCID of the cross-connect.
crossConnectId
- the value to setpublic LetterOfAuthority.Builder facilityLocation(String facilityLocation)
The address of the FastConnect location.
facilityLocation
- the value to setpublic LetterOfAuthority.Builder portName(String portName)
The meet-me room port for this cross-connect.
portName
- the value to setpublic LetterOfAuthority.Builder timeExpires(Date timeExpires)
The date and time when the Letter of Authority expires, in the format defined by RFC3339.
timeExpires
- the value to setpublic LetterOfAuthority.Builder timeIssued(Date timeIssued)
The date and time the Letter of Authority was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeIssued
- the value to setpublic LetterOfAuthority build()
public LetterOfAuthority.Builder copy(LetterOfAuthority model)
Copyright © 2016–2024. All rights reserved.