java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.aws.template.cdkhelp
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

public class cdkhelp extends com.fizzed.rocker.runtime.DefaultRockerModel
  • Constructor Details

    • cdkhelp

      public cdkhelp()
  • Method Details

    • getContentType

      public static com.fizzed.rocker.ContentType getContentType()
    • getTemplateName

      public static String getTemplateName()
    • getTemplatePackageName

      public static String getTemplatePackageName()
    • getHeaderHash

      public static String getHeaderHash()
    • getArgumentNames

      public static String[] getArgumentNames()
    • buildTool

      public cdkhelp buildTool(BuildTool buildTool)
    • buildTool

      public BuildTool buildTool()
    • nativeImage

      public cdkhelp nativeImage(boolean nativeImage)
    • nativeImage

      public boolean nativeImage()
    • optimized

      public cdkhelp optimized(boolean optimized)
    • optimized

      public boolean optimized()
    • infrastructureModuleName

      public cdkhelp infrastructureModuleName(String infrastructureModuleName)
    • infrastructureModuleName

      public String infrastructureModuleName()
    • template

      public static cdkhelp template(BuildTool buildTool, boolean nativeImage, boolean optimized, String infrastructureModuleName)
    • buildTemplate

      protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
      Overrides:
      buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
      Throws:
      com.fizzed.rocker.RenderingException