Class InputParameter.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.InputParameter.Builder
-
- Enclosing class:
- InputParameter
public static class InputParameter.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputParameter.Builder
arguments(List<TaskArgument> arguments)
Arguments for the TaskInputParameter
build()
InputParameter.Builder
copy(InputParameter model)
InputParameter.Builder
stepName(String stepName)
stepName for which the input parameters are provided
-
-
-
Method Detail
-
stepName
public InputParameter.Builder stepName(String stepName)
stepName for which the input parameters are provided- Parameters:
stepName
- the value to set- Returns:
- this builder
-
arguments
public InputParameter.Builder arguments(List<TaskArgument> arguments)
Arguments for the Task- Parameters:
arguments
- the value to set- Returns:
- this builder
-
build
public InputParameter build()
-
copy
public InputParameter.Builder copy(InputParameter model)
-
-