Class CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty>
- Enclosing interface:
CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty
@Stability(Stable)
public static final class CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.targetValue(Number targetValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
targetValue
@Stability(Stable) public CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty.Builder targetValue(Number targetValue) - Parameters:
targetValue- Desired value to use with a game server group target-based scaling policy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty>- Returns:
- a new instance of
CfnGameServerGroupPropsMixin.TargetTrackingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-