public static class GetTrainingQueryOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String projectId,
String queryId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
GetTrainingQueryOptions |
build()
Builds a GetTrainingQueryOptions.
|
GetTrainingQueryOptions.Builder |
projectId(String projectId)
Set the projectId.
|
GetTrainingQueryOptions.Builder |
queryId(String queryId)
Set the queryId.
|
public GetTrainingQueryOptions build()
public GetTrainingQueryOptions.Builder projectId(String projectId)
projectId - the projectIdpublic GetTrainingQueryOptions.Builder queryId(String queryId)
queryId - the queryIdCopyright © 2022 IBM Cloud. All rights reserved.