Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ComponentPropertyGroupResponse.Builder
-
Packages that use ComponentPropertyGroupResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ComponentPropertyGroupResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ComponentPropertyGroupResponse.Builder Modifier and Type Method Description static ComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse. builder()ComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse.Builder. groupType(String groupType)The group type.ComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse.Builder. groupType(GroupType groupType)The group type.ComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse.Builder. isInherited(Boolean isInherited)A Boolean value that specifies whether the property group is inherited from a parent entityComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse.Builder. propertyNames(String... propertyNames)The names of propertiesComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse.Builder. propertyNames(Collection<String> propertyNames)The names of propertiesComponentPropertyGroupResponse.BuilderComponentPropertyGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentPropertyGroupResponse.Builder Modifier and Type Method Description static Class<? extends ComponentPropertyGroupResponse.Builder>ComponentPropertyGroupResponse. serializableBuilderClass()
-