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