Class LetterOfAuthority.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • authorizedEntityName

        public LetterOfAuthority.Builder authorizedEntityName​(String authorizedEntityName)
        The name of the entity authorized by this Letter of Authority.
        Parameters:
        authorizedEntityName - the value to set
        Returns:
        this builder
      • crossConnectId

        public LetterOfAuthority.Builder crossConnectId​(String crossConnectId)
        The OCID of the cross-connect.
        Parameters:
        crossConnectId - the value to set
        Returns:
        this builder
      • facilityLocation

        public LetterOfAuthority.Builder facilityLocation​(String facilityLocation)
        The address of the FastConnect location.
        Parameters:
        facilityLocation - the value to set
        Returns:
        this builder
      • portName

        public LetterOfAuthority.Builder portName​(String portName)
        The meet-me room port for this cross-connect.
        Parameters:
        portName - the value to set
        Returns:
        this builder
      • timeExpires

        public LetterOfAuthority.Builder timeExpires​(Date timeExpires)
        The date and time when the Letter of Authority expires, in the format defined by RFC3339.
        Parameters:
        timeExpires - the value to set
        Returns:
        this builder
      • timeIssued

        public 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

        Parameters:
        timeIssued - the value to set
        Returns:
        this builder