Class CfnLaunchNotificationConstraintPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnLaunchNotificationConstraintPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchNotificationConstraintPropsMixin>
- Enclosing class:
CfnLaunchNotificationConstraintPropsMixin
@Stability(Stable)
public static final class CfnLaunchNotificationConstraintPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchNotificationConstraintPropsMixin>
A fluent builder for
CfnLaunchNotificationConstraintPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionacceptLanguage(String acceptLanguage) The language code.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the constraint.notificationArns(List<String> notificationArns) The notification ARNs.portfolioId(String portfolioId) The portfolio identifier.The product identifier.
-
Method Details
-
create
@Stability(Stable) public static CfnLaunchNotificationConstraintPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLaunchNotificationConstraintPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLaunchNotificationConstraintPropsMixin.Builder.
-
acceptLanguage
@Stability(Stable) public CfnLaunchNotificationConstraintPropsMixin.Builder acceptLanguage(String acceptLanguage) The language code.jp- Japanesezh- Chinese
- Parameters:
acceptLanguage- The language code. This parameter is required.- Returns:
this- See Also:
-
description
@Stability(Stable) public CfnLaunchNotificationConstraintPropsMixin.Builder description(String description) The description of the constraint.- Parameters:
description- The description of the constraint. This parameter is required.- Returns:
this- See Also:
-
notificationArns
@Stability(Stable) public CfnLaunchNotificationConstraintPropsMixin.Builder notificationArns(List<String> notificationArns) The notification ARNs.- Parameters:
notificationArns- The notification ARNs. This parameter is required.- Returns:
this- See Also:
-
portfolioId
@Stability(Stable) public CfnLaunchNotificationConstraintPropsMixin.Builder portfolioId(String portfolioId) The portfolio identifier.- Parameters:
portfolioId- The portfolio identifier. This parameter is required.- Returns:
this- See Also:
-
productId
@Stability(Stable) public CfnLaunchNotificationConstraintPropsMixin.Builder productId(String productId) The product identifier.- Parameters:
productId- The product identifier. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchNotificationConstraintPropsMixin>- Returns:
- a newly built instance of
CfnLaunchNotificationConstraintPropsMixin.
-