Class DependencyGroup

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, IDependable

    @Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)",
               date="2023-05-28T00:10:12.863Z")
    @Stability(Experimental)
    public class DependencyGroup
    extends software.amazon.jsii.JsiiObject
    implements IDependable
    (experimental) A set of constructs to be used as a dependable.

    This class can be used when a set of constructs which are disjoint in the construct tree needs to be combined to be used as a single dependable.

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        DependencyGroup​(@NotNull IDependable... deps)  
      protected DependencyGroup​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected DependencyGroup​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(@NotNull IDependable... scopes)
      (experimental) Add a construct to the dependency roots.
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • DependencyGroup

        protected DependencyGroup​(software.amazon.jsii.JsiiObjectRef objRef)
      • DependencyGroup

        protected DependencyGroup​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DependencyGroup

        @Stability(Experimental)
        public DependencyGroup​(@NotNull
                               @NotNull IDependable... deps)
        Parameters:
        deps - This parameter is required.
    • Method Detail

      • add

        @Stability(Experimental)
        public void add​(@NotNull
                        @NotNull IDependable... scopes)
        (experimental) Add a construct to the dependency roots.

        Parameters:
        scopes - This parameter is required.