public static final class CfnLaunchNotificationConstraint.Builder
extends java.lang.Object
CfnLaunchNotificationConstraint
.Modifier and Type | Method and Description |
---|---|
CfnLaunchNotificationConstraint.Builder |
acceptLanguage(java.lang.String acceptLanguage)
The language code.
|
CfnLaunchNotificationConstraint |
build() |
static CfnLaunchNotificationConstraint.Builder |
create(Construct scope,
java.lang.String id) |
CfnLaunchNotificationConstraint.Builder |
description(java.lang.String description)
The description of the constraint.
|
CfnLaunchNotificationConstraint.Builder |
notificationArns(java.util.List<java.lang.String> notificationArns)
The notification ARNs.
|
CfnLaunchNotificationConstraint.Builder |
portfolioId(java.lang.String portfolioId)
The portfolio identifier.
|
CfnLaunchNotificationConstraint.Builder |
productId(java.lang.String productId)
The product identifier.
|
public static CfnLaunchNotificationConstraint.Builder create(Construct scope, java.lang.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
.public CfnLaunchNotificationConstraint.Builder notificationArns(java.util.List<java.lang.String> notificationArns)
notificationArns
- The notification ARNs. This parameter is required.this
public CfnLaunchNotificationConstraint.Builder portfolioId(java.lang.String portfolioId)
portfolioId
- The portfolio identifier. This parameter is required.this
public CfnLaunchNotificationConstraint.Builder productId(java.lang.String productId)
productId
- The product identifier. This parameter is required.this
public CfnLaunchNotificationConstraint.Builder acceptLanguage(java.lang.String acceptLanguage)
en
- English (default)jp
- Japanesezh
- ChineseacceptLanguage
- The language code. This parameter is required.this
public CfnLaunchNotificationConstraint.Builder description(java.lang.String description)
description
- The description of the constraint. This parameter is required.this
public CfnLaunchNotificationConstraint build()