public static class CreateCounterexampleOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String workspaceId,
String text)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
CreateCounterexampleOptions |
build()
Builds a CreateCounterexampleOptions.
|
CreateCounterexampleOptions.Builder |
counterexample(Counterexample counterexample)
Set the counterexample.
|
CreateCounterexampleOptions.Builder |
includeAudit(Boolean includeAudit)
Set the includeAudit.
|
CreateCounterexampleOptions.Builder |
text(String text)
Set the text.
|
CreateCounterexampleOptions.Builder |
workspaceId(String workspaceId)
Set the workspaceId.
|
public CreateCounterexampleOptions build()
public CreateCounterexampleOptions.Builder workspaceId(String workspaceId)
workspaceId
- the workspaceIdpublic CreateCounterexampleOptions.Builder text(String text)
text
- the textpublic CreateCounterexampleOptions.Builder includeAudit(Boolean includeAudit)
includeAudit
- the includeAuditpublic CreateCounterexampleOptions.Builder counterexample(Counterexample counterexample)
counterexample
- the counterexampleCopyright © 2024 IBM Cloud. All rights reserved.