public static class BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder extends Object
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.| Constructor and Description |
|---|
Builder(String locationId,
CustomAttribute customAttribute)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest |
build()
Builds a new
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest object
using the set fields. |
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder |
customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder |
locationId(String locationId)
Setter for locationId.
|
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder |
unsetIdempotencyKey()
UnSetter for idempotencyKey.
|
public Builder(String locationId, CustomAttribute customAttribute)
locationId - String value for locationId.customAttribute - CustomAttribute value for customAttribute.public BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder locationId(String locationId)
locationId - String value for locationId.public BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder customAttribute(CustomAttribute customAttribute)
customAttribute - CustomAttribute value for customAttribute.public BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder unsetIdempotencyKey()
public BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest build()
BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest object
using the set fields.Copyright © 2023. All rights reserved.