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 Details

    • 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.