Class CfnLocation.Builder
java.lang.Object
software.amazon.awscdk.services.gamelift.CfnLocation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocation>
- Enclosing class:
- CfnLocation
@Stability(Stable)
public static final class CfnLocation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocation>
A fluent builder for
CfnLocation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnLocation.BuilderlocationName(String locationName) The location's name.AWS::GameLift::Location.Tags.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnLocation.Builder.
-
locationName
The location's name.- Parameters:
locationName- The location's name. This parameter is required.- Returns:
this
-
tags
AWS::GameLift::Location.Tags.- Parameters:
tags-AWS::GameLift::Location.Tags. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocation>- Returns:
- a newly built instance of
CfnLocation.
-