Interface ComputeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComputeConfiguration.Builder,
,ComputeConfiguration> SdkBuilder<ComputeConfiguration.Builder,
,ComputeConfiguration> SdkPojo
- Enclosing class:
ComputeConfiguration
@Mutable
@NotThreadSafe
public static interface ComputeConfiguration.Builder
extends SdkPojo, CopyableBuilder<ComputeConfiguration.Builder,ComputeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe amount of disk space of the instance type included in your fleet.instanceType
(String instanceType) The EC2 instance type to be launched in your fleet.machineType
(String machineType) The machine type of the instance type included in your fleet.machineType
(MachineType machineType) The machine type of the instance type included in your fleet.The amount of memory of the instance type included in your fleet.The number of vCPUs of the instance type included in your fleet.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, sdkFieldNameToField, sdkFields
-
Method Details
-
vCpu
The number of vCPUs of the instance type included in your fleet.
- Parameters:
vCpu
- The number of vCPUs of the instance type included in your fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memory
The amount of memory of the instance type included in your fleet.
- Parameters:
memory
- The amount of memory of the instance type included in your fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disk
The amount of disk space of the instance type included in your fleet.
- Parameters:
disk
- The amount of disk space of the instance type included in your fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
machineType
The machine type of the instance type included in your fleet.
- Parameters:
machineType
- The machine type of the instance type included in your fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
machineType
The machine type of the instance type included in your fleet.
- Parameters:
machineType
- The machine type of the instance type included in your fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The EC2 instance type to be launched in your fleet.
- Parameters:
instanceType
- The EC2 instance type to be launched in your fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-