Interface ProgressiveConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProgressiveConfig.Builder,,ProgressiveConfig> SdkBuilder<ProgressiveConfig.Builder,,ProgressiveConfig> SdkPojo
- Enclosing class:
ProgressiveConfig
public static interface ProgressiveConfig.Builder
extends SdkPojo, CopyableBuilder<ProgressiveConfig.Builder,ProgressiveConfig>
-
Method Summary
Modifier and TypeMethodDescriptionbandwidthAllocation(Double bandwidthAllocation) Sets the value of the BandwidthAllocation property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bandwidthAllocation
Sets the value of the BandwidthAllocation property for this object.- Parameters:
bandwidthAllocation- The new value for the BandwidthAllocation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-