Class Apply.Config

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

public static final class Apply.Config extends Object
apply configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getProjections

      public List<String> getProjections()
      Gets the ordered list of projections to apply by name.
      Returns:
      Returns the projection names to apply.
    • setProjections

      public void setProjections(List<String> projections)
      Sets the ordered list of projection names to apply.
      Parameters:
      projections - Projection names to apply.