Class CfnGameSessionQueuePropsMixin.DestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnGameSessionQueuePropsMixin.DestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGameSessionQueuePropsMixin.DestinationProperty>
- Enclosing interface:
CfnGameSessionQueuePropsMixin.DestinationProperty
@Stability(Stable)
public static final class CfnGameSessionQueuePropsMixin.DestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGameSessionQueuePropsMixin.DestinationProperty>
A builder for
CfnGameSessionQueuePropsMixin.DestinationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationArn(String destinationArn) Sets the value ofCfnGameSessionQueuePropsMixin.DestinationProperty.getDestinationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationArn
@Stability(Stable) public CfnGameSessionQueuePropsMixin.DestinationProperty.Builder destinationArn(String destinationArn) Sets the value ofCfnGameSessionQueuePropsMixin.DestinationProperty.getDestinationArn()- Parameters:
destinationArn- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGameSessionQueuePropsMixin.DestinationProperty>- Returns:
- a new instance of
CfnGameSessionQueuePropsMixin.DestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-