public static interface ComputeResponse.Builder extends SdkPojo, CopyableBuilder<ComputeResponse.Builder,ComputeResponse>
Modifier and Type | Method and Description |
---|---|
ComputeResponse.Builder |
simulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ComputeResponse.Builder simulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.
simulationUnitLimit
- The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied
simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU
utilization you consume up to the maximim value provided. The default is 15.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.