Interface MemoryInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MemoryInfo.Builder,MemoryInfo>, SdkBuilder<MemoryInfo.Builder,MemoryInfo>, SdkPojo
Enclosing class:
MemoryInfo

public static interface MemoryInfo.Builder extends SdkPojo, CopyableBuilder<MemoryInfo.Builder,MemoryInfo>
  • Method Details

    • sizeInMiB

      MemoryInfo.Builder sizeInMiB(Long sizeInMiB)

      The size of the memory, in MiB.

      Parameters:
      sizeInMiB - The size of the memory, in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.