public static final class ModifyInstanceAttributeRequest.CpuOptions.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyInstanceAttributeRequest.CpuOptions |
build() |
ModifyInstanceAttributeRequest.CpuOptions.Builder |
topologyType(String topologyType)
The CPU topology type of the instance.
|
public ModifyInstanceAttributeRequest.CpuOptions.Builder topologyType(String topologyType)
* `ContinuousCoreToHTMapping`: The Hyper-Threading (HT) technology allows continuous threads to run on the same core in the CPU topology of the instance. * `DiscreteCoreToHTMapping`: The HT technology allows discrete threads to run on the same core in the CPU topology of the instance. By default, this parameter is left empty. > * This parameter is supported only by specific instance families. For information about the supported instance families, see [View and modify CPU topologies](~~2636059~~). * Before you specify this parameter, make sure that the instance is in the Stopped (`Stopped`) state.
public ModifyInstanceAttributeRequest.CpuOptions build()
Copyright © 2024. All rights reserved.