public static class DeleteTrainingQueryOptions.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 | 
|---|---|
| DeleteTrainingQueryOptions | build()Builds a DeleteTrainingQueryOptions. | 
| DeleteTrainingQueryOptions.Builder | projectId(String projectId)Set the projectId. | 
| DeleteTrainingQueryOptions.Builder | queryId(String queryId)Set the queryId. | 
public DeleteTrainingQueryOptions build()
public DeleteTrainingQueryOptions.Builder projectId(String projectId)
projectId - the projectIdpublic DeleteTrainingQueryOptions.Builder queryId(String queryId)
queryId - the queryIdCopyright © 2023 IBM Cloud. All rights reserved.