public static class BatchUpsertCatalogObjectsRequest.Builder extends Object
BatchUpsertCatalogObjectsRequest.| Constructor and Description |
|---|
Builder(String idempotencyKey,
List<CatalogObjectBatch> batches)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertCatalogObjectsRequest.Builder |
batches(List<CatalogObjectBatch> batches)
Setter for batches.
|
BatchUpsertCatalogObjectsRequest |
build()
Builds a new
BatchUpsertCatalogObjectsRequest object using the set fields. |
BatchUpsertCatalogObjectsRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
public Builder(String idempotencyKey, List<CatalogObjectBatch> batches)
idempotencyKey - String value for idempotencyKey.batches - List of CatalogObjectBatch value for batches.public BatchUpsertCatalogObjectsRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public BatchUpsertCatalogObjectsRequest.Builder batches(List<CatalogObjectBatch> batches)
batches - List of CatalogObjectBatch value for batches.public BatchUpsertCatalogObjectsRequest build()
BatchUpsertCatalogObjectsRequest object using the set fields.BatchUpsertCatalogObjectsRequestCopyright © 2022. All rights reserved.