Interface UpdateOtaTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOtaTaskRequest.Builder,,UpdateOtaTaskRequest> IotManagedIntegrationsRequest.Builder,SdkBuilder<UpdateOtaTaskRequest.Builder,,UpdateOtaTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateOtaTaskRequest
@Mutable
@NotThreadSafe
public static interface UpdateOtaTaskRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<UpdateOtaTaskRequest.Builder,UpdateOtaTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the over-the-air (OTA) task.identifier(String identifier) The over-the-air (OTA) task id.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.taskConfigurationId(String taskConfigurationId) The identifier for the over-the-air (OTA) task configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The over-the-air (OTA) task id.
- Parameters:
identifier- The over-the-air (OTA) task id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the over-the-air (OTA) task.
- Parameters:
description- The description of the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskConfigurationId
The identifier for the over-the-air (OTA) task configuration.
- Parameters:
taskConfigurationId- The identifier for the over-the-air (OTA) task configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateOtaTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateOtaTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-