Class RemoveUnusedShapes.Config

java.lang.Object
software.amazon.smithy.build.transforms.RemoveUnusedShapes.Config
Enclosing class:
RemoveUnusedShapes

public static final class RemoveUnusedShapes.Config extends Object
removeUnusedShapes configuration settings.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • setExportTagged

      public void setExportTagged(Set<String> exportByTags)
      You can export shapes that are not connected to any service shape by applying specific tags to the shape and adding the list of export tags as an argument to the transformer.
      Parameters:
      exportByTags - Tags that cause shapes to be exported.
    • getExportTagged

      public Set<String> getExportTagged()
      Gets the set of tags that are used to export shapes.
      Returns:
      the tags that are used to export shapes.