Interface InstanceNetworkPerformanceOptionsRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceNetworkPerformanceOptionsRequest.Builder,
,InstanceNetworkPerformanceOptionsRequest> SdkBuilder<InstanceNetworkPerformanceOptionsRequest.Builder,
,InstanceNetworkPerformanceOptionsRequest> SdkPojo
- Enclosing class:
InstanceNetworkPerformanceOptionsRequest
@Mutable
@NotThreadSafe
public static interface InstanceNetworkPerformanceOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<InstanceNetworkPerformanceOptionsRequest.Builder,InstanceNetworkPerformanceOptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbandwidthWeighting
(String bandwidthWeighting) Defines bandwidth allocation strategy for network interfaces.bandwidthWeighting
(BandwidthWeightingEnum bandwidthWeighting) Defines bandwidth allocation strategy for network interfaces.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bandwidthWeighting
Defines bandwidth allocation strategy for network interfaces.
- Parameters:
bandwidthWeighting
- Defines bandwidth allocation strategy for network interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bandwidthWeighting
InstanceNetworkPerformanceOptionsRequest.Builder bandwidthWeighting(BandwidthWeightingEnum bandwidthWeighting) Defines bandwidth allocation strategy for network interfaces.
- Parameters:
bandwidthWeighting
- Defines bandwidth allocation strategy for network interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-