Interface CfnWorkspaceInstance.CpuOptionsRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspaceInstance.CpuOptionsRequestProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspaceInstance
@Stability(Stable)
public static interface CfnWorkspaceInstance.CpuOptionsRequestProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.workspacesinstances.*;
CpuOptionsRequestProperty cpuOptionsRequestProperty = CpuOptionsRequestProperty.builder()
.coreCount(123)
.threadsPerCore(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspaceInstance.CpuOptionsRequestPropertystatic final classAn implementation forCfnWorkspaceInstance.CpuOptionsRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoreCount
- See Also:
-
getThreadsPerCore
- See Also:
-
builder
-