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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.ComponentRequest.Builder description(String description)
The description of the component request.
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. 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.Copyright © 2022. All rights reserved.