Interface CompositeComponentRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompositeComponentRequest.Builder,CompositeComponentRequest>,SdkBuilder<CompositeComponentRequest.Builder,CompositeComponentRequest>,SdkPojo
- Enclosing class:
- CompositeComponentRequest
public static interface CompositeComponentRequest.Builder extends SdkPojo, CopyableBuilder<CompositeComponentRequest.Builder,CompositeComponentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositeComponentRequest.Builderdescription(String description)The description of the component type.CompositeComponentRequest.Builderproperties(Map<String,PropertyRequest> properties)This is an object that maps strings to the properties to set in the component type.CompositeComponentRequest.BuilderpropertyGroups(Map<String,ComponentPropertyGroupRequest> propertyGroups)The property groups.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
CompositeComponentRequest.Builder description(String description)
The description of the component type.
- Parameters:
description- The description of the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
CompositeComponentRequest.Builder properties(Map<String,PropertyRequest> properties)
This is 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- This is 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
CompositeComponentRequest.Builder propertyGroups(Map<String,ComponentPropertyGroupRequest> propertyGroups)
The property groups.
- Parameters:
propertyGroups- The property groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-