Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.ComponentConfigurationUpdate.Builder
-
Packages that use ComponentConfigurationUpdate.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentConfigurationUpdate.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ComponentConfigurationUpdate.Builder Modifier and Type Method Description static ComponentConfigurationUpdate.BuilderComponentConfigurationUpdate. builder()ComponentConfigurationUpdate.BuilderComponentConfigurationUpdate.Builder. merge(String merge)A serialized JSON string that contains the configuration object to merge to target devices.ComponentConfigurationUpdate.BuilderComponentConfigurationUpdate.Builder. reset(String... reset)The list of configuration nodes to reset to default values on target devices.ComponentConfigurationUpdate.BuilderComponentConfigurationUpdate.Builder. reset(Collection<String> reset)The list of configuration nodes to reset to default values on target devices.ComponentConfigurationUpdate.BuilderComponentConfigurationUpdate. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ComponentConfigurationUpdate.Builder Modifier and Type Method Description static Class<? extends ComponentConfigurationUpdate.Builder>ComponentConfigurationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type ComponentConfigurationUpdate.Builder Modifier and Type Method Description default ComponentDeploymentSpecification.BuilderComponentDeploymentSpecification.Builder. configurationUpdate(Consumer<ComponentConfigurationUpdate.Builder> configurationUpdate)The configuration updates to deploy for the component.
-