Interface CreateFuotaTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateFuotaTaskRequest.Builder,
,CreateFuotaTaskRequest> IotWirelessRequest.Builder
,SdkBuilder<CreateFuotaTaskRequest.Builder,
,CreateFuotaTaskRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateFuotaTaskRequest
public static interface CreateFuotaTaskRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateFuotaTaskRequest.Builder,CreateFuotaTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) Sets the value of the ClientRequestToken property for this object.description
(String description) Sets the value of the Description property for this object.firmwareUpdateImage
(String firmwareUpdateImage) Sets the value of the FirmwareUpdateImage property for this object.firmwareUpdateRole
(String firmwareUpdateRole) Sets the value of the FirmwareUpdateRole property for this object.fragmentIntervalMS
(Integer fragmentIntervalMS) Sets the value of the FragmentIntervalMS property for this object.fragmentSizeBytes
(Integer fragmentSizeBytes) Sets the value of the FragmentSizeBytes property for this object.default CreateFuotaTaskRequest.Builder
loRaWAN
(Consumer<LoRaWANFuotaTask.Builder> loRaWAN) Sets the value of the LoRaWAN property for this object.loRaWAN
(LoRaWANFuotaTask loRaWAN) Sets the value of the LoRaWAN property for this object.Sets the value of the Name property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.redundancyPercent
(Integer redundancyPercent) Sets the value of the RedundancyPercent property for this object.tags
(Collection<Tag> tags) Sets the value of the Tags property for this object.tags
(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description
- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken
- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
Sets the value of the LoRaWAN property for this object.- Parameters:
loRaWAN
- The new value for the LoRaWAN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANFuotaTask.Builder
avoiding the need to create one manually viaLoRaWANFuotaTask.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloRaWAN(LoRaWANFuotaTask)
.- Parameters:
loRaWAN
- a consumer that will call methods onLoRaWANFuotaTask.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firmwareUpdateImage
Sets the value of the FirmwareUpdateImage property for this object.- Parameters:
firmwareUpdateImage
- The new value for the FirmwareUpdateImage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firmwareUpdateRole
Sets the value of the FirmwareUpdateRole property for this object.- Parameters:
firmwareUpdateRole
- The new value for the FirmwareUpdateRole property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
redundancyPercent
Sets the value of the RedundancyPercent property for this object.- Parameters:
redundancyPercent
- The new value for the RedundancyPercent property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fragmentSizeBytes
Sets the value of the FragmentSizeBytes property for this object.- Parameters:
fragmentSizeBytes
- The new value for the FragmentSizeBytes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fragmentIntervalMS
Sets the value of the FragmentIntervalMS property for this object.- Parameters:
fragmentIntervalMS
- The new value for the FragmentIntervalMS property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateFuotaTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateFuotaTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-