Interface StartFuotaTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartFuotaTaskRequest.Builder,StartFuotaTaskRequest>,IotWirelessRequest.Builder,SdkBuilder<StartFuotaTaskRequest.Builder,StartFuotaTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartFuotaTaskRequest
public static interface StartFuotaTaskRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<StartFuotaTaskRequest.Builder,StartFuotaTaskRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartFuotaTaskRequest.Builderid(String id)Sets the value of the Id property for this object.default StartFuotaTaskRequest.BuilderloRaWAN(Consumer<LoRaWANStartFuotaTask.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.StartFuotaTaskRequest.BuilderloRaWAN(LoRaWANStartFuotaTask loRaWAN)Sets the value of the LoRaWAN property for this object.StartFuotaTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartFuotaTaskRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
id
StartFuotaTaskRequest.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
StartFuotaTaskRequest.Builder loRaWAN(LoRaWANStartFuotaTask 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
default StartFuotaTaskRequest.Builder loRaWAN(Consumer<LoRaWANStartFuotaTask.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANStartFuotaTask.Builderavoiding the need to create one manually viaLoRaWANStartFuotaTask.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANStartFuotaTask).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANStartFuotaTask.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANStartFuotaTask)
-
overrideConfiguration
StartFuotaTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartFuotaTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-