@Stability(value=External) public static final class CfnLaunchNotificationConstraintProps.Builder extends Object
CfnLaunchNotificationConstraintProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchNotificationConstraintProps.Builder |
acceptLanguage(String acceptLanguage)
Sets the value of AcceptLanguage
|
CfnLaunchNotificationConstraintProps |
build()
Builds the configured instance.
|
CfnLaunchNotificationConstraintProps.Builder |
description(String description)
Sets the value of Description
|
CfnLaunchNotificationConstraintProps.Builder |
notificationArns(List<String> notificationArns)
Sets the value of NotificationArns
|
CfnLaunchNotificationConstraintProps.Builder |
portfolioId(String portfolioId)
Sets the value of PortfolioId
|
CfnLaunchNotificationConstraintProps.Builder |
productId(String productId)
Sets the value of ProductId
|
@Stability(value=External) public CfnLaunchNotificationConstraintProps.Builder notificationArns(List<String> notificationArns)
notificationArns - `AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns`. This parameter is required.this@Stability(value=External) public CfnLaunchNotificationConstraintProps.Builder portfolioId(String portfolioId)
portfolioId - `AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId`. This parameter is required.this@Stability(value=External) public CfnLaunchNotificationConstraintProps.Builder productId(String productId)
productId - `AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId`. This parameter is required.this@Stability(value=External) public CfnLaunchNotificationConstraintProps.Builder acceptLanguage(String acceptLanguage)
acceptLanguage - `AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage`.this@Stability(value=External) public CfnLaunchNotificationConstraintProps.Builder description(String description)
description - `AWS::ServiceCatalog::LaunchNotificationConstraint.Description`.this@Stability(value=External) public CfnLaunchNotificationConstraintProps build()
CfnLaunchNotificationConstraintPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.