Interface UpdateLagRequest.Builder

    • Method Detail

      • lagId

        UpdateLagRequest.Builder lagId​(String lagId)

        The ID of the LAG.

        Parameters:
        lagId - The ID of the LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lagName

        UpdateLagRequest.Builder lagName​(String lagName)

        The name of the LAG.

        Parameters:
        lagName - The name of the LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumLinks

        UpdateLagRequest.Builder minimumLinks​(Integer minimumLinks)

        The minimum number of physical connections that must be operational for the LAG itself to be operational.

        Parameters:
        minimumLinks - The minimum number of physical connections that must be operational for the LAG itself to be operational.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionMode

        UpdateLagRequest.Builder encryptionMode​(String encryptionMode)

        The LAG MAC Security (MACsec) encryption mode.

        Amazon Web Services applies the value to all connections which are part of the LAG.

        Parameters:
        encryptionMode - The LAG MAC Security (MACsec) encryption mode.

        Amazon Web Services applies the value to all connections which are part of the LAG.

        Returns:
        Returns a reference to this object so that method calls can be chained together.