Interface OTAJobConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>,SdkBuilder<OTAJobConfig.Builder,OTAJobConfig>,SdkPojo
- Enclosing class:
- OTAJobConfig
public static interface OTAJobConfig.Builder extends SdkPojo, CopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OTAJobConfig.BuilderallowMajorVersionUpdate(Boolean allowMajorVersionUpdate)Whether to apply the update if it is a major version change.OTAJobConfig.BuilderimageVersion(String imageVersion)The target version of the device software.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
allowMajorVersionUpdate
OTAJobConfig.Builder allowMajorVersionUpdate(Boolean allowMajorVersionUpdate)
Whether to apply the update if it is a major version change.
- Parameters:
allowMajorVersionUpdate- Whether to apply the update if it is a major version change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageVersion
OTAJobConfig.Builder imageVersion(String imageVersion)
The target version of the device software.
- Parameters:
imageVersion- The target version of the device software.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-