Class GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.gamelift.events.GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem>
- Enclosing interface:
GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem
@Stability(Experimental)
public static final class GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem.Builder
extends Object
implements software.amazon.jsii.Builder<GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.playerSessionId(List<String> playerSessionId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
playerId
@Stability(Experimental) public GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem.Builder playerId(List<String> playerId) - Parameters:
playerId- playerId property. Specify an array of string values to match this event if the actual value of playerId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
playerSessionId
@Stability(Experimental) public GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem.Builder playerSessionId(List<String> playerSessionId) - Parameters:
playerSessionId- playerSessionId property. Specify an array of string values to match this event if the actual value of playerSessionId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem>- Returns:
- a new instance of
GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem - Throws:
NullPointerException- if any required attribute was not provided
-