public static interface CreateFuotaTaskRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateFuotaTaskRequest.Builder,CreateFuotaTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFuotaTaskRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
CreateFuotaTaskRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
CreateFuotaTaskRequest.Builder |
firmwareUpdateImage(String firmwareUpdateImage)
Sets the value of the FirmwareUpdateImage property for this object.
|
CreateFuotaTaskRequest.Builder |
firmwareUpdateRole(String firmwareUpdateRole)
Sets the value of the FirmwareUpdateRole property for this object.
|
default CreateFuotaTaskRequest.Builder |
loRaWAN(Consumer<LoRaWANFuotaTask.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
CreateFuotaTaskRequest.Builder |
loRaWAN(LoRaWANFuotaTask loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
CreateFuotaTaskRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
CreateFuotaTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFuotaTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFuotaTaskRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateFuotaTaskRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateFuotaTaskRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFuotaTaskRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateFuotaTaskRequest.Builder description(String description)
description - The new value for the Description property for this object.CreateFuotaTaskRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.CreateFuotaTaskRequest.Builder loRaWAN(LoRaWANFuotaTask loRaWAN)
loRaWAN - The new value for the LoRaWAN property for this object.default CreateFuotaTaskRequest.Builder loRaWAN(Consumer<LoRaWANFuotaTask.Builder> loRaWAN)
LoRaWANFuotaTask.Builder avoiding the
need to create one manually via LoRaWANFuotaTask.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANFuotaTask).loRaWAN - a consumer that will call methods on LoRaWANFuotaTask.BuilderloRaWAN(LoRaWANFuotaTask)CreateFuotaTaskRequest.Builder firmwareUpdateImage(String firmwareUpdateImage)
firmwareUpdateImage - The new value for the FirmwareUpdateImage property for this object.CreateFuotaTaskRequest.Builder firmwareUpdateRole(String firmwareUpdateRole)
firmwareUpdateRole - The new value for the FirmwareUpdateRole property for this object.CreateFuotaTaskRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateFuotaTaskRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateFuotaTaskRequest.Builder tags(Consumer<Tag.Builder>... tags)
List.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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateFuotaTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFuotaTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.