Interface FpgaDeviceMemoryInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FpgaDeviceMemoryInfo.Builder,,FpgaDeviceMemoryInfo> SdkBuilder<FpgaDeviceMemoryInfo.Builder,,FpgaDeviceMemoryInfo> SdkPojo
- Enclosing class:
 FpgaDeviceMemoryInfo
public static interface FpgaDeviceMemoryInfo.Builder
extends SdkPojo, CopyableBuilder<FpgaDeviceMemoryInfo.Builder,FpgaDeviceMemoryInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe size of the memory available to the FPGA accelerator, in MiB.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sizeInMiB
The size of the memory available to the FPGA accelerator, in MiB.
- Parameters:
 sizeInMiB- The size of the memory available to the FPGA accelerator, in MiB.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -