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