public static interface ComponentRequest.Builder extends SdkPojo, CopyableBuilder<ComponentRequest.Builder,ComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
ComponentRequest.Builder |
componentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentRequest.Builder |
description(String description)
The description of the component request.
|
ComponentRequest.Builder |
properties(Map<String,PropertyRequest> properties)
An object that maps strings to the properties to set in the component type.
|
ComponentRequest.Builder |
propertyGroups(Map<String,ComponentPropertyGroupRequest> propertyGroups)
The property groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentRequest.Builder description(String description)
The description of the component request.
description - The description of the component request.ComponentRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.ComponentRequest.Builder properties(Map<String,PropertyRequest> properties)
An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
properties - An object that maps strings to the properties to set in the component type. Each string in the mapping
must be unique to this object.ComponentRequest.Builder propertyGroups(Map<String,ComponentPropertyGroupRequest> propertyGroups)
The property groups.
propertyGroups - The property groups.Copyright © 2023. All rights reserved.