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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryInfo.BuildersizeInMiB(Integer sizeInMiB)The size in mebibytes of the Elastic Inference Accelerator type.-
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
-
sizeInMiB
MemoryInfo.Builder sizeInMiB(Integer sizeInMiB)
The size in mebibytes of the Elastic Inference Accelerator type.
- Parameters:
sizeInMiB- The size in mebibytes of the Elastic Inference Accelerator type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-