@Stability(value=Stable)
public static interface CfnLink.BandwidthProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
BandwidthProperty bandwidthProperty = BandwidthProperty.builder()
.downloadSpeed(123)
.uploadSpeed(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLink.BandwidthProperty.Builder
A builder for
CfnLink.BandwidthProperty |
static class |
CfnLink.BandwidthProperty.Jsii$Proxy
An implementation for
CfnLink.BandwidthProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLink.BandwidthProperty.Builder |
builder() |
default Number |
getDownloadSpeed()
Download speed in Mbps.
|
default Number |
getUploadSpeed()
Upload speed in Mbps.
|
@Stability(value=Stable) @Nullable default Number getDownloadSpeed()
@Stability(value=Stable) @Nullable default Number getUploadSpeed()
@Stability(value=Stable) static CfnLink.BandwidthProperty.Builder builder()
CfnLink.BandwidthProperty.Builder of CfnLink.BandwidthPropertyCopyright © 2022. All rights reserved.