@Stability(value=External) public static final class CfnLaunchRoleConstraint.Builder extends Object
CfnLaunchRoleConstraint.| Modifier and Type | Method and Description |
|---|---|
CfnLaunchRoleConstraint.Builder |
acceptLanguage(String acceptLanguage) |
CfnLaunchRoleConstraint |
build() |
static CfnLaunchRoleConstraint.Builder |
create(Construct scope,
String id) |
CfnLaunchRoleConstraint.Builder |
description(String description) |
CfnLaunchRoleConstraint.Builder |
portfolioId(String portfolioId) |
CfnLaunchRoleConstraint.Builder |
productId(String productId) |
CfnLaunchRoleConstraint.Builder |
roleArn(String roleArn) |
@Stability(value=External) public static CfnLaunchRoleConstraint.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.CfnLaunchRoleConstraint.Builder.@Stability(value=External) public CfnLaunchRoleConstraint.Builder portfolioId(String portfolioId)
portfolioId - `AWS::ServiceCatalog::LaunchRoleConstraint.PortfolioId`. This parameter is required.this@Stability(value=External) public CfnLaunchRoleConstraint.Builder productId(String productId)
productId - `AWS::ServiceCatalog::LaunchRoleConstraint.ProductId`. This parameter is required.this@Stability(value=External) public CfnLaunchRoleConstraint.Builder roleArn(String roleArn)
roleArn - `AWS::ServiceCatalog::LaunchRoleConstraint.RoleArn`. This parameter is required.this@Stability(value=External) public CfnLaunchRoleConstraint.Builder acceptLanguage(String acceptLanguage)
acceptLanguage - `AWS::ServiceCatalog::LaunchRoleConstraint.AcceptLanguage`. This parameter is required.this@Stability(value=External) public CfnLaunchRoleConstraint.Builder description(String description)
description - `AWS::ServiceCatalog::LaunchRoleConstraint.Description`. This parameter is required.this@Stability(value=External) public CfnLaunchRoleConstraint build()
Copyright © 2019. All rights reserved.