Class CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty>
- Enclosing interface:
CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty
@Stability(Stable)
public static final class CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationArn(String destinationArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationArn
@Stability(Stable) public CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty.Builder destinationArn(String destinationArn) Sets the value ofCfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty.getDestinationArn()- Parameters:
destinationArn- The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty>- Returns:
- a new instance of
CfnGameSessionQueuePropsMixin.GameSessionQueueDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-