public static interface CfnLink.BandwidthProperty
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 java.lang.Number |
getDownloadSpeed()
Download speed in Mbps.
|
default java.lang.Number |
getUploadSpeed()
Upload speed in Mbps.
|
default java.lang.Number getDownloadSpeed()
default java.lang.Number getUploadSpeed()
static CfnLink.BandwidthProperty.Builder builder()
CfnLink.BandwidthProperty.Builder
of CfnLink.BandwidthProperty