@Stability(value=Stable) public static final class CfnLaunchTemplateConstraint.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplateConstraint>
CfnLaunchTemplateConstraint.| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplateConstraint.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
CfnLaunchTemplateConstraint |
build() |
static CfnLaunchTemplateConstraint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLaunchTemplateConstraint.Builder |
description(String description)
The description of the constraint.
|
CfnLaunchTemplateConstraint.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
CfnLaunchTemplateConstraint.Builder |
productId(String productId)
The product identifier.
|
CfnLaunchTemplateConstraint.Builder |
rules(String rules)
The constraint rules.
|
@Stability(value=Stable) public static CfnLaunchTemplateConstraint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLaunchTemplateConstraint.Builder.@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder portfolioId(String portfolioId)
portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder productId(String productId)
productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder rules(String rules)
rules - The constraint rules. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder acceptLanguage(String acceptLanguage)
en - English (default)jp - Japanesezh - ChineseacceptLanguage - The language code. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder description(String description)
description - The description of the constraint. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateConstraint build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplateConstraint>Copyright © 2022. All rights reserved.