Interface GetOtaTaskConfigurationResponse.Builder

  • Method Details

    • taskConfigurationId

      GetOtaTaskConfigurationResponse.Builder taskConfigurationId(String 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 the PushConfig.Builder avoiding the need to create one manually via PushConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pushConfig(PushConfig).

      Parameters:
      pushConfig - a consumer that will call methods on PushConfig.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.