public static interface ComponentUpdateRequest.Builder extends SdkPojo, CopyableBuilder<ComponentUpdateRequest.Builder,ComponentUpdateRequest>
| Modifier and Type | Method and Description |
|---|---|
ComponentUpdateRequest.Builder |
componentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentUpdateRequest.Builder |
description(String description)
The description of the component type.
|
ComponentUpdateRequest.Builder |
propertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
ComponentUpdateRequest.Builder |
updateType(ComponentUpdateType updateType)
The update type of the component update request.
|
ComponentUpdateRequest.Builder |
updateType(String updateType)
The update type of the component update request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentUpdateRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.ComponentUpdateRequest.Builder description(String description)
The description of the component type.
description - The description of the component type.ComponentUpdateRequest.Builder propertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
propertyUpdates - An object that maps strings to the properties to set in the component type update. Each string in the
mapping must be unique to this object.ComponentUpdateRequest.Builder updateType(String updateType)
The update type of the component update request.
updateType - The update type of the component update request.ComponentUpdateType,
ComponentUpdateTypeComponentUpdateRequest.Builder updateType(ComponentUpdateType updateType)
The update type of the component update request.
updateType - The update type of the component update request.ComponentUpdateType,
ComponentUpdateTypeCopyright © 2022. All rights reserved.