public static class GetTrainingQueryOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
GetTrainingQueryOptions.Builder()
Instantiates a new builder.
|
GetTrainingQueryOptions.Builder(java.lang.String projectId,
java.lang.String queryId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetTrainingQueryOptions |
build()
Builds a GetTrainingQueryOptions.
|
GetTrainingQueryOptions.Builder |
projectId(java.lang.String projectId)
Set the projectId.
|
GetTrainingQueryOptions.Builder |
queryId(java.lang.String queryId)
Set the queryId.
|
public GetTrainingQueryOptions.Builder()
public GetTrainingQueryOptions.Builder(java.lang.String projectId, java.lang.String queryId)
projectId
- the projectIdqueryId
- the queryIdpublic GetTrainingQueryOptions build()
public GetTrainingQueryOptions.Builder projectId(java.lang.String projectId)
projectId
- the projectIdpublic GetTrainingQueryOptions.Builder queryId(java.lang.String queryId)
queryId
- the queryId