Class CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.workspacesinstances.CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty>
- Enclosing interface:
CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty
@Stability(Stable)
public static final class CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbandwidthWeighting
(String bandwidthWeighting) build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bandwidthWeighting
@Stability(Stable) public CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty.Builder bandwidthWeighting(String bandwidthWeighting) Sets the value ofCfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty.getBandwidthWeighting()
- Parameters:
bandwidthWeighting
- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty>
- Returns:
- a new instance of
CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-