Class LaunchNotificationConstraintReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.servicecatalog.LaunchNotificationConstraintReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LaunchNotificationConstraintReference>
- Enclosing interface:
LaunchNotificationConstraintReference
@Stability(Stable)
public static final class LaunchNotificationConstraintReference.Builder
extends Object
implements software.amazon.jsii.Builder<LaunchNotificationConstraintReference>
A builder for
LaunchNotificationConstraintReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.launchNotificationConstraintId(String launchNotificationConstraintId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
launchNotificationConstraintId
@Stability(Stable) public LaunchNotificationConstraintReference.Builder launchNotificationConstraintId(String launchNotificationConstraintId) - Parameters:
launchNotificationConstraintId- The Id of the LaunchNotificationConstraint resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LaunchNotificationConstraintReference>- Returns:
- a new instance of
LaunchNotificationConstraintReference - Throws:
NullPointerException- if any required attribute was not provided
-