Interface LocationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LocationConfiguration.Builder,
,LocationConfiguration> SdkBuilder<LocationConfiguration.Builder,
,LocationConfiguration> SdkPojo
- Enclosing class:
LocationConfiguration
@Mutable
@NotThreadSafe
public static interface LocationConfiguration.Builder
extends SdkPojo, CopyableBuilder<LocationConfiguration.Builder,LocationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionalwaysOnCapacity
(Integer alwaysOnCapacity) The streaming capacity that is allocated and ready to handle stream requests without delay.locationName
(String locationName) A location's name.onDemandCapacity
(Integer onDemandCapacity) The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated.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
-
alwaysOnCapacity
The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session.
- Parameters:
alwaysOnCapacity
- The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationName
A location's name. For example,
us-east-1
. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide.- Parameters:
locationName
- A location's name. For example,us-east-1
. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onDemandCapacity
The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).
- Parameters:
onDemandCapacity
- The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-