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