Interface CreateOtaTaskConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateOtaTaskConfigurationResponse.Builder,,- CreateOtaTaskConfigurationResponse> - IotManagedIntegrationsResponse.Builder,- SdkBuilder<CreateOtaTaskConfigurationResponse.Builder,,- CreateOtaTaskConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateOtaTaskConfigurationResponse
@Mutable
@NotThreadSafe
public static interface CreateOtaTaskConfigurationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateOtaTaskConfigurationResponse.Builder,CreateOtaTaskConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiontaskConfigurationId(String taskConfigurationId) The identifier of the over-the-air (OTA) task configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
taskConfigurationIdThe identifier of the over-the-air (OTA) task configuration. - Parameters:
- taskConfigurationId- The identifier of the over-the-air (OTA) task configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-