Package com.ibm.cloud.cloudant.v1.model
Class GetSchedulerDocumentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.cloudant.v1.model.GetSchedulerDocumentOptions.Builder
-
- Enclosing class:
- GetSchedulerDocumentOptions
public static class GetSchedulerDocumentOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSchedulerDocumentOptions
build()
Builds a GetSchedulerDocumentOptions.GetSchedulerDocumentOptions.Builder
docId(String docId)
Set the docId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String docId)
Instantiates a new builder with required properties.- Parameters:
docId
- the docId
-
-
Method Detail
-
build
public GetSchedulerDocumentOptions build()
Builds a GetSchedulerDocumentOptions.- Returns:
- the new GetSchedulerDocumentOptions instance
-
docId
public GetSchedulerDocumentOptions.Builder docId(String docId)
Set the docId.- Parameters:
docId
- the docId- Returns:
- the GetSchedulerDocumentOptions builder
-
-