@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)
`AWS::ServiceCatalog::LaunchTemplateConstraint.AcceptLanguage`.
|
CfnLaunchTemplateConstraint |
build() |
static CfnLaunchTemplateConstraint.Builder |
create(Construct scope,
String id) |
CfnLaunchTemplateConstraint.Builder |
description(String description)
`AWS::ServiceCatalog::LaunchTemplateConstraint.Description`.
|
CfnLaunchTemplateConstraint.Builder |
portfolioId(String portfolioId)
`AWS::ServiceCatalog::LaunchTemplateConstraint.PortfolioId`.
|
CfnLaunchTemplateConstraint.Builder |
productId(String productId)
`AWS::ServiceCatalog::LaunchTemplateConstraint.ProductId`.
|
CfnLaunchTemplateConstraint.Builder |
rules(String rules)
`AWS::ServiceCatalog::LaunchTemplateConstraint.Rules`.
|
@Stability(value=Stable) public static CfnLaunchTemplateConstraint.Builder create(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 - `AWS::ServiceCatalog::LaunchTemplateConstraint.PortfolioId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder productId(String productId)
productId - `AWS::ServiceCatalog::LaunchTemplateConstraint.ProductId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder rules(String rules)
rules - `AWS::ServiceCatalog::LaunchTemplateConstraint.Rules`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder acceptLanguage(String acceptLanguage)
acceptLanguage - `AWS::ServiceCatalog::LaunchTemplateConstraint.AcceptLanguage`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage@Stability(value=Stable) public CfnLaunchTemplateConstraint.Builder description(String description)
description - `AWS::ServiceCatalog::LaunchTemplateConstraint.Description`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description@Stability(value=Stable) public CfnLaunchTemplateConstraint build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplateConstraint>Copyright © 2020. All rights reserved.