Class CfnExpressGatewayService.AutoScalingArnsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.CfnExpressGatewayService.AutoScalingArnsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExpressGatewayService.AutoScalingArnsProperty>
- Enclosing interface:
CfnExpressGatewayService.AutoScalingArnsProperty
@Stability(Stable)
public static final class CfnExpressGatewayService.AutoScalingArnsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExpressGatewayService.AutoScalingArnsProperty>
A builder for
CfnExpressGatewayService.AutoScalingArnsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationAutoScalingPolicies(List<String> applicationAutoScalingPolicies) build()Builds the configured instance.scalableTarget(String scalableTarget) Sets the value ofCfnExpressGatewayService.AutoScalingArnsProperty.getScalableTarget()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationAutoScalingPolicies
@Stability(Stable) public CfnExpressGatewayService.AutoScalingArnsProperty.Builder applicationAutoScalingPolicies(List<String> applicationAutoScalingPolicies) Sets the value ofCfnExpressGatewayService.AutoScalingArnsProperty.getApplicationAutoScalingPolicies()- Parameters:
applicationAutoScalingPolicies- the value to be set.- Returns:
this
-
scalableTarget
@Stability(Stable) public CfnExpressGatewayService.AutoScalingArnsProperty.Builder scalableTarget(String scalableTarget) Sets the value ofCfnExpressGatewayService.AutoScalingArnsProperty.getScalableTarget()- Parameters:
scalableTarget- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExpressGatewayService.AutoScalingArnsProperty>- Returns:
- a new instance of
CfnExpressGatewayService.AutoScalingArnsProperty - Throws:
NullPointerException- if any required attribute was not provided
-