@Stability(value=Stable) public static final class CfnLink.BandwidthProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLink.BandwidthProperty>
CfnLink.BandwidthProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLink.BandwidthProperty |
build()
Builds the configured instance.
|
CfnLink.BandwidthProperty.Builder |
downloadSpeed(Number downloadSpeed)
Sets the value of
CfnLink.BandwidthProperty.getDownloadSpeed() |
CfnLink.BandwidthProperty.Builder |
uploadSpeed(Number uploadSpeed)
Sets the value of
CfnLink.BandwidthProperty.getUploadSpeed() |
@Stability(value=Stable) public CfnLink.BandwidthProperty.Builder downloadSpeed(Number downloadSpeed)
CfnLink.BandwidthProperty.getDownloadSpeed()downloadSpeed - Download speed in Mbps.this@Stability(value=Stable) public CfnLink.BandwidthProperty.Builder uploadSpeed(Number uploadSpeed)
CfnLink.BandwidthProperty.getUploadSpeed()uploadSpeed - Upload speed in Mbps.this@Stability(value=Stable) public CfnLink.BandwidthProperty build()
build in interface software.amazon.jsii.Builder<CfnLink.BandwidthProperty>CfnLink.BandwidthPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.