CopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>, SdkBuilder<UpdateLagRequest.Builder,UpdateLagRequest>public static interface UpdateLagRequest.Builder extends CopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateLagRequest.Builder |
lagId(String lagId) |
The ID of the LAG to update.
|
UpdateLagRequest.Builder |
lagName(String lagName) |
The name for the LAG.
|
UpdateLagRequest.Builder |
minimumLinks(Integer minimumLinks) |
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
copyapply, buildUpdateLagRequest.Builder lagId(String lagId)
The ID of the LAG to update.
Example: dxlag-abc123
Default: None
lagId - The ID of the LAG to update.
Example: dxlag-abc123
Default: None
UpdateLagRequest.Builder lagName(String lagName)
The name for the LAG.
Example: "3x10G LAG to AWS"
Default: None
lagName - The name for the LAG.
Example: "3x10G LAG to AWS"
Default: None
UpdateLagRequest.Builder minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Default: None
minimumLinks - The minimum number of physical connections that must be operational for the LAG itself to be
operational.
Default: None
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.