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.Builderarguments(List<TaskArgument> arguments)Arguments for the TaskInputParameterbuild()InputParameter.Buildercopy(InputParameter model)InputParameter.BuilderstepName(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)
-
-