Interface Resources.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Resources.Builder,,Resources> SdkBuilder<Resources.Builder,,Resources> SdkPojo
- Enclosing class:
Resources
@Mutable
@NotThreadSafe
public static interface Resources.Builder
extends SdkPojo, CopyableBuilder<Resources.Builder,Resources>
-
Method Summary
Modifier and TypeMethodDescriptionminimumMemoryInMiB(Integer minimumMemoryInMiB) The minimum amount of memory in MiB to allocate to the MicroVM.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, sdkFieldNameToField, sdkFields
-
Method Details
-
minimumMemoryInMiB
The minimum amount of memory in MiB to allocate to the MicroVM.
- Parameters:
minimumMemoryInMiB- The minimum amount of memory in MiB to allocate to the MicroVM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-