@Stability(value=Stable) public static final class CfnLaunchRoleConstraintProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchRoleConstraintProps>
CfnLaunchRoleConstraintProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLaunchRoleConstraintProps.Builder |
acceptLanguage(String acceptLanguage)
Sets the value of
CfnLaunchRoleConstraintProps.getAcceptLanguage() |
CfnLaunchRoleConstraintProps |
build()
Builds the configured instance.
|
CfnLaunchRoleConstraintProps.Builder |
description(String description)
Sets the value of
CfnLaunchRoleConstraintProps.getDescription() |
CfnLaunchRoleConstraintProps.Builder |
localRoleName(String localRoleName)
Sets the value of
CfnLaunchRoleConstraintProps.getLocalRoleName() |
CfnLaunchRoleConstraintProps.Builder |
portfolioId(String portfolioId)
Sets the value of
CfnLaunchRoleConstraintProps.getPortfolioId() |
CfnLaunchRoleConstraintProps.Builder |
productId(String productId)
Sets the value of
CfnLaunchRoleConstraintProps.getProductId() |
CfnLaunchRoleConstraintProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnLaunchRoleConstraintProps.getRoleArn() |
@Stability(value=Stable) public CfnLaunchRoleConstraintProps.Builder portfolioId(String portfolioId)
CfnLaunchRoleConstraintProps.getPortfolioId()
portfolioId
- `AWS::ServiceCatalog::LaunchRoleConstraint.PortfolioId`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchRoleConstraintProps.Builder productId(String productId)
CfnLaunchRoleConstraintProps.getProductId()
productId
- `AWS::ServiceCatalog::LaunchRoleConstraint.ProductId`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchRoleConstraintProps.Builder acceptLanguage(String acceptLanguage)
CfnLaunchRoleConstraintProps.getAcceptLanguage()
acceptLanguage
- `AWS::ServiceCatalog::LaunchRoleConstraint.AcceptLanguage`.this
@Stability(value=Stable) public CfnLaunchRoleConstraintProps.Builder description(String description)
CfnLaunchRoleConstraintProps.getDescription()
description
- `AWS::ServiceCatalog::LaunchRoleConstraint.Description`.this
@Stability(value=Stable) public CfnLaunchRoleConstraintProps.Builder localRoleName(String localRoleName)
CfnLaunchRoleConstraintProps.getLocalRoleName()
localRoleName
- `AWS::ServiceCatalog::LaunchRoleConstraint.LocalRoleName`.this
@Stability(value=Stable) public CfnLaunchRoleConstraintProps.Builder roleArn(String roleArn)
CfnLaunchRoleConstraintProps.getRoleArn()
roleArn
- `AWS::ServiceCatalog::LaunchRoleConstraint.RoleArn`.this
@Stability(value=Stable) public CfnLaunchRoleConstraintProps build()
build
in interface software.amazon.jsii.Builder<CfnLaunchRoleConstraintProps>
CfnLaunchRoleConstraintProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.