@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)
The language code.
|
CfnLaunchNotificationConstraint |
build() |
static CfnLaunchNotificationConstraint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLaunchNotificationConstraint.Builder |
description(String description)
The description of the constraint.
|
CfnLaunchNotificationConstraint.Builder |
notificationArns(List<String> notificationArns)
The notification ARNs.
|
CfnLaunchNotificationConstraint.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
CfnLaunchNotificationConstraint.Builder |
productId(String productId)
The product identifier.
|
@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 - The notification ARNs. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraint.Builder portfolioId(String portfolioId)
portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraint.Builder productId(String productId)
productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraint.Builder acceptLanguage(String acceptLanguage)
en - English (default)jp - Japanesezh - ChineseacceptLanguage - The language code. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraint.Builder description(String description)
description - The description of the constraint. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraint build()
build in interface software.amazon.jsii.Builder<CfnLaunchNotificationConstraint>Copyright © 2022. All rights reserved.