Interface AssociateMacSecKeyResponse.Builder

    • Method Detail

      • connectionId

        AssociateMacSecKeyResponse.Builder connectionId​(String connectionId)

        The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).

        Parameters:
        connectionId - The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • macSecKeys

        AssociateMacSecKeyResponse.Builder macSecKeys​(Collection<MacSecKey> macSecKeys)

        The MAC Security (MACsec) security keys associated with the dedicated connection.

        Parameters:
        macSecKeys - The MAC Security (MACsec) security keys associated with the dedicated connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • macSecKeys

        AssociateMacSecKeyResponse.Builder macSecKeys​(MacSecKey... macSecKeys)

        The MAC Security (MACsec) security keys associated with the dedicated connection.

        Parameters:
        macSecKeys - The MAC Security (MACsec) security keys associated with the dedicated connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.