Deployment.DefinitionStages.WithParameters.withParameters 方法
定义
重载
withParameters(Object parameters) |
Specifies the parameters as a Java object.
|
withParameters(String parametersJson) |
Specifies the parameters as a JSON string. |
withParameters(Object parameters)
Specifies the parameters as a Java object.
public WithMode withParameters(Object parameters)
参数
- parameters
- Object
the Java object
返回
the next stage of the definition
withParameters(String parametersJson)
Specifies the parameters as a JSON string.
public WithMode withParameters(String parametersJson)
参数
- parametersJson
- String
the JSON string
返回
the next stage of the definition
例外
IOException
exception thrown from serialization/deserialization