Class CfnLaunchNotificationConstraint.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalog.CfnLaunchNotificationConstraint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchNotificationConstraint>
- Enclosing class:
CfnLaunchNotificationConstraint
@Stability(Stable)
public static final class CfnLaunchNotificationConstraint.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchNotificationConstraint>
A fluent builder for
CfnLaunchNotificationConstraint
.-
Method Summary
Modifier and TypeMethodDescriptionacceptLanguage
(String acceptLanguage) The language code.build()
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 CfnLaunchNotificationConstraint.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnLaunchNotificationConstraint.Builder
.
-
notificationArns
@Stability(Stable) public CfnLaunchNotificationConstraint.Builder notificationArns(List<String> notificationArns) The notification ARNs.- Parameters:
notificationArns
- The notification ARNs. This parameter is required.- Returns:
this
- See Also:
-
portfolioId
The portfolio identifier.- Parameters:
portfolioId
- The portfolio identifier. This parameter is required.- Returns:
this
- See Also:
-
productId
The product identifier.- Parameters:
productId
- The product identifier. This parameter is required.- Returns:
this
- See Also:
-
acceptLanguage
@Stability(Stable) public CfnLaunchNotificationConstraint.Builder acceptLanguage(String acceptLanguage) The language code.jp
- Japanesezh
- Chinese
- Parameters:
acceptLanguage
- The language code. This parameter is required.- Returns:
this
- See Also:
-
description
The description of the constraint.- Parameters:
description
- The description of the constraint. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLaunchNotificationConstraint>
- Returns:
- a newly built instance of
CfnLaunchNotificationConstraint
.
-