Interface WarmThroughputObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WarmThroughputObject.Builder,,WarmThroughputObject> SdkBuilder<WarmThroughputObject.Builder,,WarmThroughputObject> SdkPojo
- Enclosing class:
WarmThroughputObject
@Mutable
@NotThreadSafe
public static interface WarmThroughputObject.Builder
extends SdkPojo, CopyableBuilder<WarmThroughputObject.Builder,WarmThroughputObject>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentMiBps(Integer currentMiBps) The current warm throughput value on the stream.targetMiBps(Integer targetMiBps) The target warm throughput value on the stream.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
-
targetMiBps
The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.
- Parameters:
targetMiBps- The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentMiBps
The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.
- Parameters:
currentMiBps- The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-