Class Apply.Config
java.lang.Object
software.amazon.smithy.build.transforms.Apply.Config
- Enclosing class:
 - Apply
 
apply configuration.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the ordered list of projections to apply by name.voidsetProjections(List<String> projections) Sets the ordered list of projection names to apply. 
- 
Constructor Details
- 
Config
public Config() 
 - 
 - 
Method Details
- 
getProjections
Gets the ordered list of projections to apply by name.- Returns:
 - Returns the projection names to apply.
 
 - 
setProjections
Sets the ordered list of projection names to apply.- Parameters:
 projections- Projection names to apply.
 
 -