Interface Gpu.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Gpu.Builder,Gpu>,SdkBuilder<Gpu.Builder,Gpu>,SdkPojo
- Enclosing class:
- Gpu
public static interface Gpu.Builder extends SdkPojo, CopyableBuilder<Gpu.Builder,Gpu>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Gpu.BuildergpuCount(Integer gpuCount)The number of GPUs for the instance type.Gpu.BuildergpuMemorySizeInMiB(Integer gpuMemorySizeInMiB)The total size of the memory for the GPU accelerators for the instance type, in MiB.-
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
-
gpuCount
Gpu.Builder gpuCount(Integer gpuCount)
The number of GPUs for the instance type.
- Parameters:
gpuCount- The number of GPUs for the instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gpuMemorySizeInMiB
Gpu.Builder gpuMemorySizeInMiB(Integer gpuMemorySizeInMiB)
The total size of the memory for the GPU accelerators for the instance type, in MiB.
- Parameters:
gpuMemorySizeInMiB- The total size of the memory for the GPU accelerators for the instance type, in MiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-