Class INodeRangeProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.INodeRangeProps.Jsii$Proxy
All Implemented Interfaces:
INodeRangeProps, INodeRangeProps.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
INodeRangeProps

@Internal public static final class INodeRangeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements INodeRangeProps.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.INodeRangeProps

    INodeRangeProps.Jsii$Default, INodeRangeProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The container details for the node range.
    final Number
    (experimental) The minimum node index value to apply this container definition against.
    final Number
    (experimental) The maximum node index value to apply this container definition against.
    final void
    (experimental) The container details for the node range.
    final void
    (experimental) The minimum node index value to apply this container definition against.
    final void
    (experimental) The maximum node index value to apply this container definition against.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getContainer

      @Stability(Experimental) @NotNull public final JobDefinitionContainer getContainer()
      (experimental) The container details for the node range.
      Specified by:
      getContainer in interface INodeRangeProps
      Specified by:
      getContainer in interface INodeRangeProps.Jsii$Default
    • setContainer

      @Stability(Experimental) public final void setContainer(@NotNull JobDefinitionContainer value)
      (experimental) The container details for the node range.
      Specified by:
      setContainer in interface INodeRangeProps
      Specified by:
      setContainer in interface INodeRangeProps.Jsii$Default
    • getFromNodeIndex

      @Stability(Experimental) @Nullable public final Number getFromNodeIndex()
      (experimental) The minimum node index value to apply this container definition against.

      You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.

      Default: 0

      Specified by:
      getFromNodeIndex in interface INodeRangeProps
      Specified by:
      getFromNodeIndex in interface INodeRangeProps.Jsii$Default
    • setFromNodeIndex

      @Stability(Experimental) public final void setFromNodeIndex(@Nullable Number value)
      (experimental) The minimum node index value to apply this container definition against.

      You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.

      Default: 0

      Specified by:
      setFromNodeIndex in interface INodeRangeProps
      Specified by:
      setFromNodeIndex in interface INodeRangeProps.Jsii$Default
    • getToNodeIndex

      @Stability(Experimental) @Nullable public final Number getToNodeIndex()
      (experimental) The maximum node index value to apply this container definition against. If omitted, the highest value is used relative.

      to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.

      Default:

      invalid @link
      IMultiNodeprops.count
      Specified by:
      getToNodeIndex in interface INodeRangeProps
      Specified by:
      getToNodeIndex in interface INodeRangeProps.Jsii$Default
    • setToNodeIndex

      @Stability(Experimental) public final void setToNodeIndex(@Nullable Number value)
      (experimental) The maximum node index value to apply this container definition against. If omitted, the highest value is used relative.

      to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.

      Default:

      invalid @link
      IMultiNodeprops.count
      Specified by:
      setToNodeIndex in interface INodeRangeProps
      Specified by:
      setToNodeIndex in interface INodeRangeProps.Jsii$Default