Interface AwsEcsServicePlacementStrategiesDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEcsServicePlacementStrategiesDetails.Builder,
,AwsEcsServicePlacementStrategiesDetails> SdkBuilder<AwsEcsServicePlacementStrategiesDetails.Builder,
,AwsEcsServicePlacementStrategiesDetails> SdkPojo
- Enclosing class:
AwsEcsServicePlacementStrategiesDetails
-
Method Summary
Modifier and TypeMethodDescriptionThe field to apply the placement strategy against.The type of placement strategy.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
-
field
The field to apply the placement strategy against.
For the
spread
placement strategy, valid values areinstanceId
(orhost
, which has the same effect), or any platform or custom attribute that is applied to a container instance, such asattribute:ecs.availability-zone
.For the
binpack
placement strategy, valid values arecpu
andmemory
.For the
random
placement strategy, this attribute is not used.- Parameters:
field
- The field to apply the placement strategy against.For the
spread
placement strategy, valid values areinstanceId
(orhost
, which has the same effect), or any platform or custom attribute that is applied to a container instance, such asattribute:ecs.availability-zone
.For the
binpack
placement strategy, valid values arecpu
andmemory
.For the
random
placement strategy, this attribute is not used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of placement strategy.
The
random
placement strategy randomly places tasks on available candidates.The
spread
placement strategy spreads placement across available candidates evenly based on the value ofField
.The
binpack
strategy places tasks on available candidates that have the least available amount of the resource that is specified inField
.Valid values:
random
|spread
|binpack
- Parameters:
type
- The type of placement strategy.The
random
placement strategy randomly places tasks on available candidates.The
spread
placement strategy spreads placement across available candidates evenly based on the value ofField
.The
binpack
strategy places tasks on available candidates that have the least available amount of the resource that is specified inField
.Valid values:
random
|spread
|binpack
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-