public static interface ResourceCreationLimitPolicy.Builder extends CopyableBuilder<ResourceCreationLimitPolicy.Builder,ResourceCreationLimitPolicy>
| Modifier and Type | Method and Description |
|---|---|
ResourceCreationLimitPolicy.Builder |
newGameSessionsPerCreator(Integer newGameSessionsPerCreator)
Maximum number of game sessions that an individual can create during the policy period.
|
ResourceCreationLimitPolicy.Builder |
policyPeriodInMinutes(Integer policyPeriodInMinutes)
Time span used in evaluating the resource creation limit policy.
|
copyapply, buildResourceCreationLimitPolicy.Builder newGameSessionsPerCreator(Integer newGameSessionsPerCreator)
Maximum number of game sessions that an individual can create during the policy period.
newGameSessionsPerCreator - Maximum number of game sessions that an individual can create during the policy period.ResourceCreationLimitPolicy.Builder policyPeriodInMinutes(Integer policyPeriodInMinutes)
Time span used in evaluating the resource creation limit policy.
policyPeriodInMinutes - Time span used in evaluating the resource creation limit policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.