Interface WorkerComputeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkerComputeConfiguration.Builder,WorkerComputeConfiguration>,SdkBuilder<WorkerComputeConfiguration.Builder,WorkerComputeConfiguration>,SdkPojo
- Enclosing class:
- WorkerComputeConfiguration
public static interface WorkerComputeConfiguration.Builder extends SdkPojo, CopyableBuilder<WorkerComputeConfiguration.Builder,WorkerComputeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkerComputeConfiguration.Buildernumber(Integer number)The number of compute workers that are used.WorkerComputeConfiguration.Buildertype(String type)The instance type of the compute workers that are used.WorkerComputeConfiguration.Buildertype(WorkerComputeType type)The instance type of the compute workers that are used.-
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 Detail
-
type
WorkerComputeConfiguration.Builder type(String type)
The instance type of the compute workers that are used.
- Parameters:
type- The instance type of the compute workers that are used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkerComputeType,WorkerComputeType
-
type
WorkerComputeConfiguration.Builder type(WorkerComputeType type)
The instance type of the compute workers that are used.
- Parameters:
type- The instance type of the compute workers that are used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkerComputeType,WorkerComputeType
-
number
WorkerComputeConfiguration.Builder number(Integer number)
The number of compute workers that are used.
- Parameters:
number- The number of compute workers that are used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-