public static class ModelDeleteFlowOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String crn,
String flowId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
ModelDeleteFlowOptions |
build()
Builds a ModelDeleteFlowOptions.
|
ModelDeleteFlowOptions.Builder |
crn(String crn)
Set the crn.
|
ModelDeleteFlowOptions.Builder |
flowId(String flowId)
Set the flowId.
|
public ModelDeleteFlowOptions build()
public ModelDeleteFlowOptions.Builder crn(String crn)
crn
- the crnpublic ModelDeleteFlowOptions.Builder flowId(String flowId)
flowId
- the flowIdCopyright © 2021 IBM Cloud. All rights reserved.