Class Apply.Config
- java.lang.Object
- 
- software.amazon.smithy.build.transforms.Apply.Config
 
- 
- Enclosing class:
- Apply
 
 public static final class Apply.Config extends java.lang.Objectapplyconfiguration.
- 
- 
Constructor SummaryConstructors Constructor Description Config()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getProjections()Gets the ordered list of projections to apply by name.voidsetProjections(java.util.List<java.lang.String> projections)Sets the ordered list of projection names to apply.
 
- 
- 
- 
Method Detail- 
getProjectionspublic java.util.List<java.lang.String> getProjections() Gets the ordered list of projections to apply by name.- Returns:
- Returns the projection names to apply.
 
 - 
setProjectionspublic void setProjections(java.util.List<java.lang.String> projections) Sets the ordered list of projection names to apply.- Parameters:
- projections- Projection names to apply.
 
 
- 
 
-