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