Interface EBSResourceUtilization.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EBSResourceUtilization.Builder,
,EBSResourceUtilization> SdkBuilder<EBSResourceUtilization.Builder,
,EBSResourceUtilization> SdkPojo
- Enclosing class:
EBSResourceUtilization
@Mutable
@NotThreadSafe
public static interface EBSResourceUtilization.Builder
extends SdkPojo, CopyableBuilder<EBSResourceUtilization.Builder,EBSResourceUtilization>
-
Method Summary
Modifier and TypeMethodDescriptionebsReadBytesPerSecond
(String ebsReadBytesPerSecond) The maximum size of read operations per secondebsReadOpsPerSecond
(String ebsReadOpsPerSecond) The maximum number of read operations per second.ebsWriteBytesPerSecond
(String ebsWriteBytesPerSecond) The maximum size of write operations per second.ebsWriteOpsPerSecond
(String ebsWriteOpsPerSecond) The maximum number of write operations per second.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
-
ebsReadOpsPerSecond
The maximum number of read operations per second.
- Parameters:
ebsReadOpsPerSecond
- The maximum number of read operations per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ebsWriteOpsPerSecond
The maximum number of write operations per second.
- Parameters:
ebsWriteOpsPerSecond
- The maximum number of write operations per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ebsReadBytesPerSecond
The maximum size of read operations per second
- Parameters:
ebsReadBytesPerSecond
- The maximum size of read operations per second- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ebsWriteBytesPerSecond
The maximum size of write operations per second.
- Parameters:
ebsWriteBytesPerSecond
- The maximum size of write operations per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-