public static class UpsertCatalogObjectRequest.Builder extends Object
UpsertCatalogObjectRequest.| Constructor and Description |
|---|
Builder(String idempotencyKey,
CatalogObject object)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertCatalogObjectRequest |
build()
Builds a new
UpsertCatalogObjectRequest object using the set fields. |
UpsertCatalogObjectRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
UpsertCatalogObjectRequest.Builder |
object(CatalogObject object)
Setter for object.
|
public Builder(String idempotencyKey, CatalogObject object)
idempotencyKey - String value for idempotencyKey.object - CatalogObject value for object.public UpsertCatalogObjectRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public UpsertCatalogObjectRequest.Builder object(CatalogObject object)
object - CatalogObject value for object.public UpsertCatalogObjectRequest build()
UpsertCatalogObjectRequest object using the set fields.UpsertCatalogObjectRequestCopyright © 2022. All rights reserved.