public static class ModelGetFlowByIdOptions.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 |
---|---|
ModelGetFlowByIdOptions |
build()
Builds a ModelGetFlowByIdOptions.
|
ModelGetFlowByIdOptions.Builder |
crn(String crn)
Set the crn.
|
ModelGetFlowByIdOptions.Builder |
flowId(String flowId)
Set the flowId.
|
public ModelGetFlowByIdOptions build()
public ModelGetFlowByIdOptions.Builder crn(String crn)
crn
- the crnpublic ModelGetFlowByIdOptions.Builder flowId(String flowId)
flowId
- the flowIdCopyright © 2021 IBM Cloud. All rights reserved.