Interface EBSResourceUtilization.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EBSResourceUtilization.Builder,EBSResourceUtilization>,SdkBuilder<EBSResourceUtilization.Builder,EBSResourceUtilization>,SdkPojo
- Enclosing class:
- EBSResourceUtilization
public static interface EBSResourceUtilization.Builder extends SdkPojo, CopyableBuilder<EBSResourceUtilization.Builder,EBSResourceUtilization>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EBSResourceUtilization.BuilderebsReadBytesPerSecond(String ebsReadBytesPerSecond)The maximum size of read operations per secondEBSResourceUtilization.BuilderebsReadOpsPerSecond(String ebsReadOpsPerSecond)The maximum number of read operations per second.EBSResourceUtilization.BuilderebsWriteBytesPerSecond(String ebsWriteBytesPerSecond)The maximum size of write operations per second.EBSResourceUtilization.BuilderebsWriteOpsPerSecond(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, sdkFields
-
-
-
-
Method Detail
-
ebsReadOpsPerSecond
EBSResourceUtilization.Builder ebsReadOpsPerSecond(String 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
EBSResourceUtilization.Builder ebsWriteOpsPerSecond(String 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
EBSResourceUtilization.Builder ebsReadBytesPerSecond(String 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
EBSResourceUtilization.Builder ebsWriteBytesPerSecond(String 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.
-
-