ArtifactTransformSpec<T>, WorkerConfiguration@Incubating public interface ActionConfiguration
The configuration is represented using zero or more initialization parameters to use when constructing an instance of the implementation class. The following types are supported:
| Modifier and Type | Method | Description | 
|---|---|---|
| Object[] | getParams() | Gets the initialization parameters that will be used when constructing an instance of the implementation class. | 
| void | params(Object... params) | Adds initialization parameters to use when constructing an instance of the implementation class. | 
| void | setParams(Object... params) | Sets any initialization parameters to use when constructing an instance of the implementation class. | 
void params(Object... params)
params - - the parameters to use during constructionvoid setParams(Object... params)
params - - the parameters to use during constructionObject[] getParams()