Interface ComponentRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ComponentRequest.Builder,,ComponentRequest> SdkBuilder<ComponentRequest.Builder,,ComponentRequest> SdkPojo
- Enclosing class:
 ComponentRequest
public static interface ComponentRequest.Builder
extends SdkPojo, CopyableBuilder<ComponentRequest.Builder,ComponentRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncomponentTypeId(String componentTypeId) The ID of the component type.description(String description) The description of the component request.properties(Map<String, PropertyRequest> properties) An object that maps strings to the properties to set in the component type.propertyGroups(Map<String, ComponentPropertyGroupRequest> propertyGroups) The property groups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
description
The description of the component request.
- Parameters:
 description- The description of the component request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
componentTypeId
The ID of the component type.
- Parameters:
 componentTypeId- The ID of the component type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertyGroups
The property groups.
- Parameters:
 propertyGroups- The property groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -