Interface AnywhereConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnywhereConfiguration.Builder,
,AnywhereConfiguration> SdkBuilder<AnywhereConfiguration.Builder,
,AnywhereConfiguration> SdkPojo
- Enclosing class:
AnywhereConfiguration
@Mutable
@NotThreadSafe
public static interface AnywhereConfiguration.Builder
extends SdkPojo, CopyableBuilder<AnywhereConfiguration.Builder,AnywhereConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
cost
The cost to run your fleet per hour. Amazon GameLift Servers 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 Servers Developer Guide.
- Parameters:
cost
- The cost to run your fleet per hour. Amazon GameLift Servers 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 Servers Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-