Interface InstanceNetworkPerformanceOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceNetworkPerformanceOptions.Builder,
,InstanceNetworkPerformanceOptions> SdkBuilder<InstanceNetworkPerformanceOptions.Builder,
,InstanceNetworkPerformanceOptions> SdkPojo
- Enclosing class:
InstanceNetworkPerformanceOptions
@Mutable
@NotThreadSafe
public static interface InstanceNetworkPerformanceOptions.Builder
extends SdkPojo, CopyableBuilder<InstanceNetworkPerformanceOptions.Builder,InstanceNetworkPerformanceOptions>
-
Method Summary
Modifier and TypeMethodDescriptionbandwidthWeighting
(String bandwidthWeighting) When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%.bandwidthWeighting
(InstanceBandwidthWeighting bandwidthWeighting) When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%.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
When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains the same. The default option uses the standard bandwidth configuration for your instance type.
- Parameters:
bandwidthWeighting
- When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains the same. The default option uses the standard bandwidth configuration for your instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bandwidthWeighting
InstanceNetworkPerformanceOptions.Builder bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting) When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains the same. The default option uses the standard bandwidth configuration for your instance type.
- Parameters:
bandwidthWeighting
- When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains the same. The default option uses the standard bandwidth configuration for your instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-