Interface MemoryMiBRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemoryMiBRequest.Builder,
,MemoryMiBRequest> SdkBuilder<MemoryMiBRequest.Builder,
,MemoryMiBRequest> SdkPojo
- Enclosing class:
MemoryMiBRequest
@Mutable
@NotThreadSafe
public static interface MemoryMiBRequest.Builder
extends SdkPojo, CopyableBuilder<MemoryMiBRequest.Builder,MemoryMiBRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount of memory in MiB.The minimum amount of memory 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, sdkFieldNameToField, sdkFields
-
Method Details
-
min
The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.
- Parameters:
min
- The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.
- Parameters:
max
- The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-