public static interface CreateOtaUpdateRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateOtaUpdateRequest.Builder,CreateOtaUpdateRequest>
Modifier and Type | Method and Description |
---|---|
CreateOtaUpdateRequest.Builder |
additionalParameters(Map<String,String> additionalParameters)
A list of additional OTA update parameters which are name-value pairs.
|
CreateOtaUpdateRequest.Builder |
awsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig awsJobExecutionsRolloutConfig)
Configuration for the rollout of OTA updates.
|
default CreateOtaUpdateRequest.Builder |
awsJobExecutionsRolloutConfig(Consumer<AwsJobExecutionsRolloutConfig.Builder> awsJobExecutionsRolloutConfig)
Configuration for the rollout of OTA updates.
|
CreateOtaUpdateRequest.Builder |
description(String description)
The description of the OTA update.
|
CreateOtaUpdateRequest.Builder |
files(Collection<OTAUpdateFile> files)
The files to be streamed by the OTA update.
|
CreateOtaUpdateRequest.Builder |
files(Consumer<OTAUpdateFile.Builder>... files)
The files to be streamed by the OTA update.
|
CreateOtaUpdateRequest.Builder |
files(OTAUpdateFile... files)
The files to be streamed by the OTA update.
|
CreateOtaUpdateRequest.Builder |
otaUpdateId(String otaUpdateId)
The ID of the OTA update to be created.
|
CreateOtaUpdateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateOtaUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateOtaUpdateRequest.Builder |
roleArn(String roleArn)
The IAM role that allows access to the AWS IoT Jobs service.
|
CreateOtaUpdateRequest.Builder |
targets(Collection<String> targets)
The targeted devices to receive OTA updates.
|
CreateOtaUpdateRequest.Builder |
targets(String... targets)
The targeted devices to receive OTA updates.
|
CreateOtaUpdateRequest.Builder |
targetSelection(String targetSelection)
Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things
specified as targets have completed the update (SNAPSHOT).
|
CreateOtaUpdateRequest.Builder |
targetSelection(TargetSelection targetSelection)
Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things
specified as targets have completed the update (SNAPSHOT).
|
build
overrideConfiguration
copy
applyMutation, build
CreateOtaUpdateRequest.Builder otaUpdateId(String otaUpdateId)
The ID of the OTA update to be created.
otaUpdateId
- The ID of the OTA update to be created.CreateOtaUpdateRequest.Builder description(String description)
The description of the OTA update.
description
- The description of the OTA update.CreateOtaUpdateRequest.Builder targets(Collection<String> targets)
The targeted devices to receive OTA updates.
targets
- The targeted devices to receive OTA updates.CreateOtaUpdateRequest.Builder targets(String... targets)
The targeted devices to receive OTA updates.
targets
- The targeted devices to receive OTA updates.CreateOtaUpdateRequest.Builder targetSelection(String targetSelection)
Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things specified as targets have completed the update (SNAPSHOT). If continuous, the update may also be run on a thing when a change is detected in a target. For example, an update will run on a thing when the thing is added to a target group, even after the update was completed by all things originally in the group. Valid values: CONTINUOUS | SNAPSHOT.
targetSelection
- Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the
things specified as targets have completed the update (SNAPSHOT). If continuous, the update may also
be run on a thing when a change is detected in a target. For example, an update will run on a thing
when the thing is added to a target group, even after the update was completed by all things
originally in the group. Valid values: CONTINUOUS | SNAPSHOT.TargetSelection
,
TargetSelection
CreateOtaUpdateRequest.Builder targetSelection(TargetSelection targetSelection)
Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things specified as targets have completed the update (SNAPSHOT). If continuous, the update may also be run on a thing when a change is detected in a target. For example, an update will run on a thing when the thing is added to a target group, even after the update was completed by all things originally in the group. Valid values: CONTINUOUS | SNAPSHOT.
targetSelection
- Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the
things specified as targets have completed the update (SNAPSHOT). If continuous, the update may also
be run on a thing when a change is detected in a target. For example, an update will run on a thing
when the thing is added to a target group, even after the update was completed by all things
originally in the group. Valid values: CONTINUOUS | SNAPSHOT.TargetSelection
,
TargetSelection
CreateOtaUpdateRequest.Builder awsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig awsJobExecutionsRolloutConfig)
Configuration for the rollout of OTA updates.
awsJobExecutionsRolloutConfig
- Configuration for the rollout of OTA updates.default CreateOtaUpdateRequest.Builder awsJobExecutionsRolloutConfig(Consumer<AwsJobExecutionsRolloutConfig.Builder> awsJobExecutionsRolloutConfig)
Configuration for the rollout of OTA updates.
This is a convenience that creates an instance of theAwsJobExecutionsRolloutConfig.Builder
avoiding
the need to create one manually via AwsJobExecutionsRolloutConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to awsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig)
.awsJobExecutionsRolloutConfig
- a consumer that will call methods on AwsJobExecutionsRolloutConfig.Builder
awsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig)
CreateOtaUpdateRequest.Builder files(Collection<OTAUpdateFile> files)
The files to be streamed by the OTA update.
files
- The files to be streamed by the OTA update.CreateOtaUpdateRequest.Builder files(OTAUpdateFile... files)
The files to be streamed by the OTA update.
files
- The files to be streamed by the OTA update.CreateOtaUpdateRequest.Builder files(Consumer<OTAUpdateFile.Builder>... files)
The files to be streamed by the OTA update.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #files(List)
.files
- a consumer that will call methods on List.Builder
#files(List)
CreateOtaUpdateRequest.Builder roleArn(String roleArn)
The IAM role that allows access to the AWS IoT Jobs service.
roleArn
- The IAM role that allows access to the AWS IoT Jobs service.CreateOtaUpdateRequest.Builder additionalParameters(Map<String,String> additionalParameters)
A list of additional OTA update parameters which are name-value pairs.
additionalParameters
- A list of additional OTA update parameters which are name-value pairs.CreateOtaUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateOtaUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.