Class UpdateJobRequest

    • Method Detail

      • jobId

        public final String jobId()

        The ID of the job to be updated.

        Returns:
        The ID of the job to be updated.
      • description

        public final String description()

        A short text description of the job.

        Returns:
        A short text description of the job.
      • presignedUrlConfig

        public final PresignedUrlConfig presignedUrlConfig()

        Configuration information for pre-signed S3 URLs.

        Returns:
        Configuration information for pre-signed S3 URLs.
      • jobExecutionsRolloutConfig

        public final JobExecutionsRolloutConfig jobExecutionsRolloutConfig()

        Allows you to create a staged rollout of the job.

        Returns:
        Allows you to create a staged rollout of the job.
      • abortConfig

        public final AbortConfig abortConfig()

        Allows you to create criteria to abort a job.

        Returns:
        Allows you to create criteria to abort a job.
      • timeoutConfig

        public final TimeoutConfig timeoutConfig()

        Specifies the amount of time each device has to finish its execution of the job. The timer is started when the job execution status is set to IN_PROGRESS. If the job execution status is not set to another terminal state before the time expires, it will be automatically set to TIMED_OUT.

        Returns:
        Specifies the amount of time each device has to finish its execution of the job. The timer is started when the job execution status is set to IN_PROGRESS. If the job execution status is not set to another terminal state before the time expires, it will be automatically set to TIMED_OUT .
      • namespaceId

        public final String namespaceId()

        The namespace used to indicate that a job is a customer-managed job.

        When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

        $aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/

        The namespaceId feature is only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.

        Returns:
        The namespace used to indicate that a job is a customer-managed job.

        When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

        $aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/

        The namespaceId feature is only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.

      • jobExecutionsRetryConfig

        public final JobExecutionsRetryConfig jobExecutionsRetryConfig()

        Allows you to create the criteria to retry a job.

        Returns:
        Allows you to create the criteria to retry a job.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object