Interface GetOtaTaskConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetOtaTaskConfigurationResponse.Builder,
,GetOtaTaskConfigurationResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<GetOtaTaskConfigurationResponse.Builder,
,GetOtaTaskConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetOtaTaskConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetOtaTaskConfigurationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetOtaTaskConfigurationResponse.Builder,GetOtaTaskConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp value of when the over-the-air (OTA) task configuration was created at.description
(String description) A description of the over-the-air (OTA) task configuration.The name of the over-the-air (OTA) task configuration.pushConfig
(Consumer<PushConfig.Builder> pushConfig) Describes the type of configuration used for the over-the-air (OTA) task.pushConfig
(PushConfig pushConfig) Describes the type of configuration used for the over-the-air (OTA) task.taskConfigurationId
(String taskConfigurationId) The over-the-air (OTA) task configuration id.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
taskConfigurationId
The over-the-air (OTA) task configuration id.
- Parameters:
taskConfigurationId
- The over-the-air (OTA) task configuration id.- 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.
-
pushConfig
Describes the type of configuration used for the over-the-air (OTA) task.
- Parameters:
pushConfig
- Describes the type of configuration used for the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pushConfig
Describes the type of configuration used for the over-the-air (OTA) task.
This is a convenience method that creates an instance of thePushConfig.Builder
avoiding the need to create one manually viaPushConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topushConfig(PushConfig)
.- Parameters:
pushConfig
- a consumer that will call methods onPushConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the over-the-air (OTA) task configuration.
- Parameters:
description
- A description 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.
-