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.Object
apply
configuration.
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All 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.void
setProjections(java.util.List<java.lang.String> projections)
Sets the ordered list of projection names to apply.
-
-
-
Method Detail
-
getProjections
public java.util.List<java.lang.String> getProjections()
Gets the ordered list of projections to apply by name.- Returns:
- Returns the projection names to apply.
-
setProjections
public void setProjections(java.util.List<java.lang.String> projections)
Sets the ordered list of projection names to apply.- Parameters:
projections
- Projection names to apply.
-
-