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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bandwidthWeightingDefines 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:
 
- 
bandwidthWeightingInstanceNetworkPerformanceOptionsRequest.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:
 
 
-