Interface UpdateLagRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      UpdateLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.