Uses of Interface
software.amazon.awssdk.services.pcs.model.ScalingConfiguration.Builder
-
Packages that use ScalingConfiguration.Builder Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of ScalingConfiguration.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return ScalingConfiguration.Builder Modifier and Type Method Description static ScalingConfiguration.BuilderScalingConfiguration. builder()ScalingConfiguration.BuilderScalingConfiguration.Builder. maxInstanceCount(Integer maxInstanceCount)The upper bound of the number of instances allowed in the compute fleet.ScalingConfiguration.BuilderScalingConfiguration.Builder. minInstanceCount(Integer minInstanceCount)The lower bound of the number of instances allowed in the compute fleet.ScalingConfiguration.BuilderScalingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type ScalingConfiguration.Builder Modifier and Type Method Description static Class<? extends ScalingConfiguration.Builder>ScalingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type ScalingConfiguration.Builder Modifier and Type Method Description default ComputeNodeGroup.BuilderComputeNodeGroup.Builder. scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration)Sets the value of the ScalingConfiguration property for this object.
-