Interface BaselineEbsBandwidthMbpsRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BaselineEbsBandwidthMbpsRequest.Builder,BaselineEbsBandwidthMbpsRequest>,SdkBuilder<BaselineEbsBandwidthMbpsRequest.Builder,BaselineEbsBandwidthMbpsRequest>,SdkPojo
- Enclosing class:
- BaselineEbsBandwidthMbpsRequest
@Mutable @NotThreadSafe public static interface BaselineEbsBandwidthMbpsRequest.Builder extends SdkPojo, CopyableBuilder<BaselineEbsBandwidthMbpsRequest.Builder,BaselineEbsBandwidthMbpsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaselineEbsBandwidthMbpsRequest.Buildermax(Integer max)The maximum baseline Amazon EBS bandwidth in Mbps.BaselineEbsBandwidthMbpsRequest.Buildermin(Integer min)The minimum baseline Amazon EBS bandwidth in Mbps.-
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 Detail
-
min
BaselineEbsBandwidthMbpsRequest.Builder min(Integer min)
The minimum baseline Amazon EBS bandwidth in Mbps. Instance types with lower Amazon EBS bandwidth are excluded from selection.
- Parameters:
min- The minimum baseline Amazon EBS bandwidth in Mbps. Instance types with lower Amazon EBS bandwidth are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
BaselineEbsBandwidthMbpsRequest.Builder max(Integer max)
The maximum baseline Amazon EBS bandwidth in Mbps. Instance types with higher Amazon EBS bandwidth are excluded from selection.
- Parameters:
max- The maximum baseline Amazon EBS bandwidth in Mbps. Instance types with higher Amazon EBS bandwidth are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-