Class AutoscalingplansScalingPlanConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.autoscalingplans_scaling_plan.AutoscalingplansScalingPlanConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AutoscalingplansScalingPlanConfig>
- Enclosing interface:
- AutoscalingplansScalingPlanConfig
@Stability(Stable) public static final class AutoscalingplansScalingPlanConfig.Builder extends Object implements software.amazon.jsii.Builder<AutoscalingplansScalingPlanConfig>
A builder forAutoscalingplansScalingPlanConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoscalingplansScalingPlanConfig.BuilderapplicationSource(AutoscalingplansScalingPlanApplicationSource applicationSource)Sets the value ofAutoscalingplansScalingPlanConfig.getApplicationSource()AutoscalingplansScalingPlanConfigbuild()Builds the configured instance.AutoscalingplansScalingPlanConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()AutoscalingplansScalingPlanConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()AutoscalingplansScalingPlanConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()AutoscalingplansScalingPlanConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()AutoscalingplansScalingPlanConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()AutoscalingplansScalingPlanConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()AutoscalingplansScalingPlanConfig.Builderid(String id)Sets the value ofAutoscalingplansScalingPlanConfig.getId()AutoscalingplansScalingPlanConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()AutoscalingplansScalingPlanConfig.Buildername(String name)Sets the value ofAutoscalingplansScalingPlanConfig.getName()AutoscalingplansScalingPlanConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()AutoscalingplansScalingPlanConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()AutoscalingplansScalingPlanConfig.BuilderscalingInstruction(com.hashicorp.cdktf.IResolvable scalingInstruction)Sets the value ofAutoscalingplansScalingPlanConfig.getScalingInstruction()AutoscalingplansScalingPlanConfig.BuilderscalingInstruction(List<? extends AutoscalingplansScalingPlanScalingInstruction> scalingInstruction)Sets the value ofAutoscalingplansScalingPlanConfig.getScalingInstruction()
-
-
-
Method Detail
-
applicationSource
@Stability(Stable) public AutoscalingplansScalingPlanConfig.Builder applicationSource(AutoscalingplansScalingPlanApplicationSource applicationSource)
Sets the value ofAutoscalingplansScalingPlanConfig.getApplicationSource()- Parameters:
applicationSource- application_source block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#application_source AutoscalingplansScalingPlan#application_source}- Returns:
this
-
name
@Stability(Stable) public AutoscalingplansScalingPlanConfig.Builder name(String name)
Sets the value ofAutoscalingplansScalingPlanConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#name AutoscalingplansScalingPlan#name}. This parameter is required.- Returns:
this
-
scalingInstruction
@Stability(Stable) public AutoscalingplansScalingPlanConfig.Builder scalingInstruction(com.hashicorp.cdktf.IResolvable scalingInstruction)
Sets the value ofAutoscalingplansScalingPlanConfig.getScalingInstruction()- Parameters:
scalingInstruction- scaling_instruction block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#scaling_instruction AutoscalingplansScalingPlan#scaling_instruction}- Returns:
this
-
scalingInstruction
@Stability(Stable) public AutoscalingplansScalingPlanConfig.Builder scalingInstruction(List<? extends AutoscalingplansScalingPlanScalingInstruction> scalingInstruction)
Sets the value ofAutoscalingplansScalingPlanConfig.getScalingInstruction()- Parameters:
scalingInstruction- scaling_instruction block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#scaling_instruction AutoscalingplansScalingPlan#scaling_instruction}- Returns:
this
-
id
@Stability(Stable) public AutoscalingplansScalingPlanConfig.Builder id(String id)
Sets the value ofAutoscalingplansScalingPlanConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#id AutoscalingplansScalingPlan#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
connection
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public AutoscalingplansScalingPlanConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public AutoscalingplansScalingPlanConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AutoscalingplansScalingPlanConfig>- Returns:
- a new instance of
AutoscalingplansScalingPlanConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-