Interface WorkerComputeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkerComputeConfiguration.Builder,
,WorkerComputeConfiguration> SdkBuilder<WorkerComputeConfiguration.Builder,
,WorkerComputeConfiguration> SdkPojo
- Enclosing class:
WorkerComputeConfiguration
@Mutable
@NotThreadSafe
public static interface WorkerComputeConfiguration.Builder
extends SdkPojo, CopyableBuilder<WorkerComputeConfiguration.Builder,WorkerComputeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of workers.The worker compute configuration type.type
(WorkerComputeType type) The worker compute configuration type.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
-
type
The worker compute configuration type.
- Parameters:
type
- The worker compute configuration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The worker compute configuration type.
- Parameters:
type
- The worker compute configuration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
number
The number of workers.
- Parameters:
number
- The number of workers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-