Interface WorkerAmountCapability.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkerAmountCapability.Builder,
,WorkerAmountCapability> SdkBuilder<WorkerAmountCapability.Builder,
,WorkerAmountCapability> SdkPojo
- Enclosing class:
WorkerAmountCapability
@Mutable
@NotThreadSafe
public static interface WorkerAmountCapability.Builder
extends SdkPojo, CopyableBuilder<WorkerAmountCapability.Builder,WorkerAmountCapability>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the worker amount capability.The value of the worker amount capability.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
-
name
The name of the worker amount capability.
- Parameters:
name
- The name of the worker amount capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the worker amount capability.
- Parameters:
value
- The value of the worker amount capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-