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