@Stability(value=External) public static final class CfnLaunchNotificationConstraint.Builder extends Object
CfnLaunchNotificationConstraint.| Modifier and Type | Method and Description |
|---|---|
CfnLaunchNotificationConstraint.Builder |
acceptLanguage(String acceptLanguage)
`AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage`.
|
CfnLaunchNotificationConstraint |
build() |
static CfnLaunchNotificationConstraint.Builder |
create(Construct scope,
String id) |
CfnLaunchNotificationConstraint.Builder |
description(String description)
`AWS::ServiceCatalog::LaunchNotificationConstraint.Description`.
|
CfnLaunchNotificationConstraint.Builder |
notificationArns(List<String> notificationArns)
`AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns`.
|
CfnLaunchNotificationConstraint.Builder |
portfolioId(String portfolioId)
`AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId`.
|
CfnLaunchNotificationConstraint.Builder |
productId(String productId)
`AWS::ServiceCatalog::LaunchNotificationConstraint.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.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-notificationarns@Stability(value=External) public CfnLaunchNotificationConstraint.Builder portfolioId(String portfolioId)
portfolioId - `AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid@Stability(value=External) public CfnLaunchNotificationConstraint.Builder productId(String productId)
productId - `AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid@Stability(value=External) public CfnLaunchNotificationConstraint.Builder acceptLanguage(String acceptLanguage)
acceptLanguage - `AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage@Stability(value=External) public CfnLaunchNotificationConstraint.Builder description(String description)
description - `AWS::ServiceCatalog::LaunchNotificationConstraint.Description`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description@Stability(value=External) public CfnLaunchNotificationConstraint build()
Copyright © 2020. All rights reserved.