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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputeConfiguration.Builderarchitecture(String architecture)The architecture of the resource.ComputeConfiguration.BuildermemorySizeInMB(Integer memorySizeInMB)The memory size of the resource.ComputeConfiguration.Builderplatform(String platform)The platform of the resource.ComputeConfiguration.BuildervCpu(Double vCpu)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 Detail
-
architecture
ComputeConfiguration.Builder architecture(String 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.
-
memorySizeInMB
ComputeConfiguration.Builder memorySizeInMB(Integer 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.
-
platform
ComputeConfiguration.Builder platform(String 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.
-
vCpu
ComputeConfiguration.Builder vCpu(Double 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.
-
-