Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.FilterByComponentType.Builder
-
Packages that use FilterByComponentType.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of FilterByComponentType.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return FilterByComponentType.Builder Modifier and Type Method Description static FilterByComponentType.BuilderFilterByComponentType. builder()FilterByComponentType.BuilderFilterByComponentType.Builder. componentTypeId(String componentTypeId)The component type Id.FilterByComponentType.BuilderFilterByComponentType. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type FilterByComponentType.Builder Modifier and Type Method Description static Class<? extends FilterByComponentType.Builder>FilterByComponentType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type FilterByComponentType.Builder Modifier and Type Method Description default IotTwinMakerSourceConfigurationFilter.BuilderIotTwinMakerSourceConfigurationFilter.Builder. filterByComponentType(Consumer<FilterByComponentType.Builder> filterByComponentType)Filter by component type.static IotTwinMakerSourceConfigurationFilterIotTwinMakerSourceConfigurationFilter. fromFilterByComponentType(Consumer<FilterByComponentType.Builder> filterByComponentType)Create an instance of this class withIotTwinMakerSourceConfigurationFilter.filterByComponentType()initialized to the given value.
-