Interface OtaTaskConfigurationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OtaTaskConfigurationSummary.Builder,
,OtaTaskConfigurationSummary> SdkBuilder<OtaTaskConfigurationSummary.Builder,
,OtaTaskConfigurationSummary> SdkPojo
- Enclosing class:
OtaTaskConfigurationSummary
@Mutable
@NotThreadSafe
public static interface OtaTaskConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<OtaTaskConfigurationSummary.Builder,OtaTaskConfigurationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp value of when the over-the-air (OTA) task configuration was created at.The name of the over-the-air (OTA) task configuration.taskConfigurationId
(String taskConfigurationId) The id of the over-the-air (OTA) task configurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
taskConfigurationId
The id of the over-the-air (OTA) task configuration
- Parameters:
taskConfigurationId
- The id of the over-the-air (OTA) task configuration- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the over-the-air (OTA) task configuration.
- Parameters:
name
- The name of the over-the-air (OTA) task configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp value of when the over-the-air (OTA) task configuration was created at.
- Parameters:
createdAt
- The timestamp value of when the over-the-air (OTA) task configuration was created at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-