Class CfnLocationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnLocationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationMixinProps>
- Enclosing interface:
CfnLocationMixinProps
@Stability(Stable)
public static final class CfnLocationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationMixinProps>
A builder for
CfnLocationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.locationName(String locationName) Sets the value ofCfnLocationMixinProps.getLocationName()Sets the value ofCfnLocationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
locationName
Sets the value ofCfnLocationMixinProps.getLocationName()- Parameters:
locationName- A descriptive name for the custom location.- Returns:
this
-
tags
Sets the value ofCfnLocationMixinProps.getTags()- Parameters:
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 .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocationMixinProps>- Returns:
- a new instance of
CfnLocationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-