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