@Stability(value=Stable)
public static interface CfnGameSessionQueue.PlayerLatencyPolicyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
PlayerLatencyPolicyProperty playerLatencyPolicyProperty = PlayerLatencyPolicyProperty.builder()
.maximumIndividualPlayerLatencyMilliseconds(123)
.policyDurationSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGameSessionQueue.PlayerLatencyPolicyProperty.Builder
A builder for
CfnGameSessionQueue.PlayerLatencyPolicyProperty |
static class |
CfnGameSessionQueue.PlayerLatencyPolicyProperty.Jsii$Proxy
An implementation for
CfnGameSessionQueue.PlayerLatencyPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGameSessionQueue.PlayerLatencyPolicyProperty.Builder |
builder() |
default Number |
getMaximumIndividualPlayerLatencyMilliseconds()
`CfnGameSessionQueue.PlayerLatencyPolicyProperty.MaximumIndividualPlayerLatencyMilliseconds`.
|
default Number |
getPolicyDurationSeconds()
`CfnGameSessionQueue.PlayerLatencyPolicyProperty.PolicyDurationSeconds`.
|
@Stability(value=Stable) @Nullable default Number getMaximumIndividualPlayerLatencyMilliseconds()
@Stability(value=Stable) @Nullable default Number getPolicyDurationSeconds()
@Stability(value=Stable) static CfnGameSessionQueue.PlayerLatencyPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.