public static class GetFeedbackOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String feedbackId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetFeedbackOptions |
build()
Builds a GetFeedbackOptions.
|
GetFeedbackOptions.Builder |
feedbackId(String feedbackId)
Set the feedbackId.
|
GetFeedbackOptions.Builder |
model(String model)
Set the model.
|
public Builder()
public Builder(String feedbackId)
feedbackId
- the feedbackIdpublic GetFeedbackOptions build()
public GetFeedbackOptions.Builder feedbackId(String feedbackId)
feedbackId
- the feedbackIdpublic GetFeedbackOptions.Builder model(String model)
model
- the modelCopyright © 2021 IBM Cloud. All rights reserved.