Class JobQueueProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class JobQueueProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JobQueueProps
An implementation for JobQueueProps
  • 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.JobQueueProps

    JobQueueProps.Builder, JobQueueProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the JobQueueProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    (experimental) The set of compute environments mapped to a job queue and their order relative to each other.
    final Boolean
    (experimental) The state of the job queue.
    final String
    (experimental) A name for the job queue.
    final Number
    (experimental) The priority of the job queue.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(JobQueueProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the JobQueueProps.Builder.
  • Method Details

    • getComputeEnvironments

      public final List<JobQueueComputeEnvironment> getComputeEnvironments()
      Description copied from interface: JobQueueProps
      (experimental) The set of compute environments mapped to a job queue and their order relative to each other.

      The job scheduler uses this parameter to determine which compute environment should execute a given job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue.

      Specified by:
      getComputeEnvironments in interface JobQueueProps
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: JobQueueProps
      (experimental) The state of the job queue.

      If set to true, it is able to accept jobs.

      Default: true

      Specified by:
      getEnabled in interface JobQueueProps
    • getJobQueueName

      public final String getJobQueueName()
      Description copied from interface: JobQueueProps
      (experimental) A name for the job queue.

      Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.

      Default: - Cloudformation-generated name

      Specified by:
      getJobQueueName in interface JobQueueProps
    • getPriority

      public final Number getPriority()
      Description copied from interface: JobQueueProps
      (experimental) The priority of the job queue.

      Job queues with a higher priority (or a higher integer value for the priority parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order, for example, a job queue with a priority value of 10 is given scheduling preference over a job queue with a priority value of 1.

      Default: 1

      Specified by:
      getPriority in interface JobQueueProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object