| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentConfigurationUpdate.Builder |
ComponentConfigurationUpdate.builder() |
ComponentConfigurationUpdate.Builder |
ComponentConfigurationUpdate.Builder.merge(String merge)
A serialized JSON string that contains the configuration object to merge to target devices.
|
ComponentConfigurationUpdate.Builder |
ComponentConfigurationUpdate.Builder.reset(Collection<String> reset)
The list of configuration nodes to reset to default values on target devices.
|
ComponentConfigurationUpdate.Builder |
ComponentConfigurationUpdate.Builder.reset(String... reset)
The list of configuration nodes to reset to default values on target devices.
|
ComponentConfigurationUpdate.Builder |
ComponentConfigurationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentConfigurationUpdate.Builder> |
ComponentConfigurationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.configurationUpdate(Consumer<ComponentConfigurationUpdate.Builder> configurationUpdate)
The configuration updates to deploy for the component.
|
Copyright © 2023. All rights reserved.