public static class BatchUpsertCatalogObjectsResponse.Builder extends Object
BatchUpsertCatalogObjectsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertCatalogObjectsResponse |
build()
Builds a new
BatchUpsertCatalogObjectsResponse object using the set fields. |
BatchUpsertCatalogObjectsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
BatchUpsertCatalogObjectsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
BatchUpsertCatalogObjectsResponse.Builder |
idMappings(List<CatalogIdMapping> idMappings)
Setter for idMappings.
|
BatchUpsertCatalogObjectsResponse.Builder |
objects(List<CatalogObject> objects)
Setter for objects.
|
BatchUpsertCatalogObjectsResponse.Builder |
updatedAt(String updatedAt)
Setter for updatedAt.
|
public BatchUpsertCatalogObjectsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public BatchUpsertCatalogObjectsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public BatchUpsertCatalogObjectsResponse.Builder objects(List<CatalogObject> objects)
objects - List of CatalogObject value for objects.public BatchUpsertCatalogObjectsResponse.Builder updatedAt(String updatedAt)
updatedAt - String value for updatedAt.public BatchUpsertCatalogObjectsResponse.Builder idMappings(List<CatalogIdMapping> idMappings)
idMappings - List of CatalogIdMapping value for idMappings.public BatchUpsertCatalogObjectsResponse build()
BatchUpsertCatalogObjectsResponse object using the set fields.BatchUpsertCatalogObjectsResponseCopyright © 2022. All rights reserved.