| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static Bandwidth.Builder |
Bandwidth.builder() |
Bandwidth.Builder |
Bandwidth.Builder.downloadSpeed(Integer downloadSpeed)
Download speed in Mbps.
|
Bandwidth.Builder |
Bandwidth.toBuilder() |
Bandwidth.Builder |
Bandwidth.Builder.uploadSpeed(Integer uploadSpeed)
Upload speed in Mbps.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Bandwidth.Builder> |
Bandwidth.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload and download speed in Mbps.
|
default CreateLinkRequest.Builder |
CreateLinkRequest.Builder.bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload speed and download speed in Mbps.
|
default Link.Builder |
Link.Builder.bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The bandwidth for the link.
|
Copyright © 2023. All rights reserved.