Class AcceleratorClass

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.AcceleratorClass
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:47.840Z") @Stability(Stable) public class AcceleratorClass extends software.amazon.jsii.JsiiObject
The generation of Elastic Inference (EI) instance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.stepfunctions.tasks.*;
 AcceleratorClass acceleratorClass = AcceleratorClass.of("version");
 

See Also:
  • Nested Class Summary

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

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AcceleratorClass
    Elastic Inference accelerator 1st generation.
    static final AcceleratorClass
    Elastic Inference accelerator 2nd generation.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AcceleratorClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    AcceleratorClass(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Elastic Inference accelerator generation.
    of(String version)
    Custom AcceleratorType.

    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
  • Field Details

    • EIA1

      @Stability(Stable) public static final AcceleratorClass EIA1
      Elastic Inference accelerator 1st generation.
    • EIA2

      @Stability(Stable) public static final AcceleratorClass EIA2
      Elastic Inference accelerator 2nd generation.
  • Constructor Details

    • AcceleratorClass

      protected AcceleratorClass(software.amazon.jsii.JsiiObjectRef objRef)
    • AcceleratorClass

      protected AcceleratorClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • of

      @Stability(Stable) @NotNull public static AcceleratorClass of(@NotNull String version)
      Custom AcceleratorType.

      Parameters:
      version -
      • Elastic Inference accelerator generation.
      This parameter is required.
    • getVersion

      @Stability(Stable) @NotNull public String getVersion()
      • Elastic Inference accelerator generation.