public static final class LaunchRoleConstraintResourceProps.Builder extends Object
LaunchRoleConstraintResourceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LaunchRoleConstraintResourceProps |
build()
Builds the configured instance.
|
LaunchRoleConstraintResourceProps.Builder |
withAcceptLanguage(software.amazon.awscdk.CloudFormationToken value)
Sets the value of AcceptLanguage
|
LaunchRoleConstraintResourceProps.Builder |
withAcceptLanguage(String value)
Sets the value of AcceptLanguage
|
LaunchRoleConstraintResourceProps.Builder |
withDescription(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Description
|
LaunchRoleConstraintResourceProps.Builder |
withDescription(String value)
Sets the value of Description
|
LaunchRoleConstraintResourceProps.Builder |
withPortfolioId(software.amazon.awscdk.CloudFormationToken value)
Sets the value of PortfolioId
|
LaunchRoleConstraintResourceProps.Builder |
withPortfolioId(String value)
Sets the value of PortfolioId
|
LaunchRoleConstraintResourceProps.Builder |
withProductId(software.amazon.awscdk.CloudFormationToken value)
Sets the value of ProductId
|
LaunchRoleConstraintResourceProps.Builder |
withProductId(String value)
Sets the value of ProductId
|
LaunchRoleConstraintResourceProps.Builder |
withRoleArn(software.amazon.awscdk.CloudFormationToken value)
Sets the value of RoleArn
|
LaunchRoleConstraintResourceProps.Builder |
withRoleArn(String value)
Sets the value of RoleArn
|
public LaunchRoleConstraintResourceProps.Builder withPortfolioId(String value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.PortfolioId``thispublic LaunchRoleConstraintResourceProps.Builder withPortfolioId(software.amazon.awscdk.CloudFormationToken value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.PortfolioId``thispublic LaunchRoleConstraintResourceProps.Builder withProductId(String value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.ProductId``thispublic LaunchRoleConstraintResourceProps.Builder withProductId(software.amazon.awscdk.CloudFormationToken value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.ProductId``thispublic LaunchRoleConstraintResourceProps.Builder withRoleArn(String value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.RoleArn``thispublic LaunchRoleConstraintResourceProps.Builder withRoleArn(software.amazon.awscdk.CloudFormationToken value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.RoleArn``thispublic LaunchRoleConstraintResourceProps.Builder withAcceptLanguage(@Nullable String value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.AcceptLanguage``thispublic LaunchRoleConstraintResourceProps.Builder withAcceptLanguage(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.AcceptLanguage``thispublic LaunchRoleConstraintResourceProps.Builder withDescription(@Nullable String value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.Description``thispublic LaunchRoleConstraintResourceProps.Builder withDescription(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``AWS::ServiceCatalog::LaunchRoleConstraint.Description``thispublic LaunchRoleConstraintResourceProps build()
LaunchRoleConstraintResourcePropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.