Interface BlockStoragePerformanceConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BlockStoragePerformanceConfiguration.Builder,,- BlockStoragePerformanceConfiguration> - SdkBuilder<BlockStoragePerformanceConfiguration.Builder,,- BlockStoragePerformanceConfiguration> - SdkPojo
- Enclosing class:
- BlockStoragePerformanceConfiguration
@Mutable
@NotThreadSafe
public static interface BlockStoragePerformanceConfiguration.Builder
extends SdkPojo, CopyableBuilder<BlockStoragePerformanceConfiguration.Builder,BlockStoragePerformanceConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of I/O operations per second.throughput(Double throughput) The throughput that the volume supports.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- 
iopsThe number of I/O operations per second. - Parameters:
- iops- The number of I/O operations per second.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
throughputThe throughput that the volume supports. - Parameters:
- throughput- The throughput that the volume supports.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-