@Stability(value=Stable) public static final class CfnLaunchNotificationConstraintProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchNotificationConstraintProps>
CfnLaunchNotificationConstraintProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchNotificationConstraintProps.Builder |
acceptLanguage(String acceptLanguage)
Sets the value of
CfnLaunchNotificationConstraintProps.getAcceptLanguage() |
CfnLaunchNotificationConstraintProps |
build()
Builds the configured instance.
|
CfnLaunchNotificationConstraintProps.Builder |
description(String description)
Sets the value of
CfnLaunchNotificationConstraintProps.getDescription() |
CfnLaunchNotificationConstraintProps.Builder |
notificationArns(List<String> notificationArns)
Sets the value of
CfnLaunchNotificationConstraintProps.getNotificationArns() |
CfnLaunchNotificationConstraintProps.Builder |
portfolioId(String portfolioId)
Sets the value of
CfnLaunchNotificationConstraintProps.getPortfolioId() |
CfnLaunchNotificationConstraintProps.Builder |
productId(String productId)
Sets the value of
CfnLaunchNotificationConstraintProps.getProductId() |
@Stability(value=Stable) public CfnLaunchNotificationConstraintProps.Builder notificationArns(List<String> notificationArns)
CfnLaunchNotificationConstraintProps.getNotificationArns()notificationArns - The notification ARNs. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraintProps.Builder portfolioId(String portfolioId)
CfnLaunchNotificationConstraintProps.getPortfolioId()portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraintProps.Builder productId(String productId)
CfnLaunchNotificationConstraintProps.getProductId()productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnLaunchNotificationConstraintProps.Builder acceptLanguage(String acceptLanguage)
CfnLaunchNotificationConstraintProps.getAcceptLanguage()acceptLanguage - The language code.
en - English (default)jp - Japanesezh - Chinesethis@Stability(value=Stable) public CfnLaunchNotificationConstraintProps.Builder description(String description)
CfnLaunchNotificationConstraintProps.getDescription()description - The description of the constraint.this@Stability(value=Stable) public CfnLaunchNotificationConstraintProps build()
build in interface software.amazon.jsii.Builder<CfnLaunchNotificationConstraintProps>CfnLaunchNotificationConstraintPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.