Class CfnLocationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnLocationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationPropsMixin>
- Enclosing class:
CfnLocationPropsMixin
@Stability(Stable)
public static final class CfnLocationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationPropsMixin>
A fluent builder for
CfnLocationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) locationName(String locationName) A descriptive name for the custom location.A list of labels to assign to the new resource.
-
Method Details
-
create
@Stability(Stable) public static CfnLocationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLocationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLocationPropsMixin.Builder.
-
locationName
A descriptive name for the custom location.- Parameters:
locationName- A descriptive name for the custom location. This parameter is required.- Returns:
this- See Also:
-
tags
A list of labels to assign to the new resource.Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see Tagging AWS Resources in the AWS General Rareference .
- Parameters:
tags- A list of labels to assign to the new resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocationPropsMixin>- Returns:
- a newly built instance of
CfnLocationPropsMixin.
-