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