Interface ComputeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComputeConfiguration.Builder,
,ComputeConfiguration> SdkBuilder<ComputeConfiguration.Builder,
,ComputeConfiguration> SdkPojo
- Enclosing class:
ComputeConfiguration
public static interface ComputeConfiguration.Builder
extends SdkPojo, CopyableBuilder<ComputeConfiguration.Builder,ComputeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionarchitecture
(String architecture) The architecture of the resource.memorySizeInMB
(Integer memorySizeInMB) The memory size of the resource.The platform of the resource.The number of vCPU cores in the resource.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, sdkFields
-
Method Details
-
vCpu
The number of vCPU cores in the resource.
- Parameters:
vCpu
- The number of vCPU cores in the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memorySizeInMB
The memory size of the resource.
- Parameters:
memorySizeInMB
- The memory size of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architecture
The architecture of the resource.
- Parameters:
architecture
- The architecture of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.
- Parameters:
platform
- The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-