@Generated(value="software.amazon.awssdk:codegen") public final class ComponentDeploymentSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentDeploymentSpecification.Builder,ComponentDeploymentSpecification>
Contains information about a component to deploy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentDeploymentSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComponentDeploymentSpecification.Builder |
builder() |
String |
componentVersion()
The version of the component.
|
ComponentConfigurationUpdate |
configurationUpdate()
The configuration updates to deploy for the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ComponentRunWith |
runWith()
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComponentDeploymentSpecification.Builder> |
serializableBuilderClass() |
ComponentDeploymentSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentVersion()
The version of the component.
public final ComponentConfigurationUpdate configurationUpdate()
The configuration updates to deploy for the component. You can define reset updates and merge updates. A reset updates the keys that you specify to the default configuration for the component. A merge updates the core device's component configuration with the keys and values that you specify. The IoT Greengrass Core software applies reset updates before it applies merge updates. For more information, see Update component configurations in the IoT Greengrass V2 Developer Guide.
public final ComponentRunWith runWith()
The system user and group that the IoT Greengrass Core software uses to run component processes on the core device. If you omit this parameter, the IoT Greengrass Core software uses the system user and group that you configure for the core device. For more information, see Configure the user and group that run components in the IoT Greengrass V2 Developer Guide.
public ComponentDeploymentSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComponentDeploymentSpecification.Builder,ComponentDeploymentSpecification>public static ComponentDeploymentSpecification.Builder builder()
public static Class<? extends ComponentDeploymentSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.