Interface AnywhereConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnywhereConfiguration.Builder,AnywhereConfiguration>,SdkBuilder<AnywhereConfiguration.Builder,AnywhereConfiguration>,SdkPojo
- Enclosing class:
- AnywhereConfiguration
public static interface AnywhereConfiguration.Builder extends SdkPojo, CopyableBuilder<AnywhereConfiguration.Builder,AnywhereConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnywhereConfiguration.Buildercost(String cost)The cost to run your fleet per hour.-
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, sdkFields
-
-
-
-
Method Detail
-
cost
AnywhereConfiguration.Builder cost(String cost)
The cost to run your fleet per hour. Amazon GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues in the Amazon GameLift Developer Guide.
- Parameters:
cost- The cost to run your fleet per hour. Amazon GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues in the Amazon GameLift Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-