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