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