Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.additionalParameters(Map<String,String> additionalParameters)
A collection of name/value pairs
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.awsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.awsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.awsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig awsJobExecutionsRolloutConfig)
Configuration for the rollout of OTA updates.
|
default OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.awsJobExecutionsRolloutConfig(Consumer<AwsJobExecutionsRolloutConfig.Builder> awsJobExecutionsRolloutConfig)
Configuration for the rollout of OTA updates.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.awsJobPresignedUrlConfig(AwsJobPresignedUrlConfig awsJobPresignedUrlConfig)
Configuration information for pre-signed URLs.
|
default OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.awsJobPresignedUrlConfig(Consumer<AwsJobPresignedUrlConfig.Builder> awsJobPresignedUrlConfig)
Configuration information for pre-signed URLs.
|
static OTAUpdateInfo.Builder |
OTAUpdateInfo.builder() |
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.creationDate(Instant creationDate)
The date when the OTA update was created.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.description(String description)
A description of the OTA update.
|
default OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Error information associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.errorInfo(ErrorInfo errorInfo)
Error information associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.lastModifiedDate(Instant lastModifiedDate)
The date when the OTA update was last updated.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateFiles(Collection<OTAUpdateFile> otaUpdateFiles)
A list of files associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateFiles(Consumer<OTAUpdateFile.Builder>... otaUpdateFiles)
A list of files associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateFiles(OTAUpdateFile... otaUpdateFiles)
A list of files associated with the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateId(String otaUpdateId)
The OTA update ID.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The status of the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateStatus(String otaUpdateStatus)
The status of the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.protocols(Collection<Protocol> protocols)
The protocol used to transfer the OTA update image.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.protocols(Protocol... protocols)
The protocol used to transfer the OTA update image.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.protocolsWithStrings(Collection<String> protocols)
The protocol used to transfer the OTA update image.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.protocolsWithStrings(String... protocols)
The protocol used to transfer the OTA update image.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.targets(Collection<String> targets)
The targets of the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.targets(String... targets)
The targets of the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.targetSelection(String targetSelection)
Specifies whether the OTA update will continue to run (CONTINUOUS), or will be complete after all those
things specified as targets have completed the OTA update (SNAPSHOT).
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.targetSelection(TargetSelection targetSelection)
Specifies whether the OTA update will continue to run (CONTINUOUS), or will be complete after all those
things specified as targets have completed the OTA update (SNAPSHOT).
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends OTAUpdateInfo.Builder> |
OTAUpdateInfo.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default GetOtaUpdateResponse.Builder |
GetOtaUpdateResponse.Builder.otaUpdateInfo(Consumer<OTAUpdateInfo.Builder> otaUpdateInfo)
The OTA update info.
|
Copyright © 2022. All rights reserved.