Interface ListJobExecutionsForThingRequest.Builder

    • Method Detail

      • thingName

        ListJobExecutionsForThingRequest.Builder thingName​(String thingName)

        The thing name.

        Parameters:
        thingName - The thing name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespaceId

        ListJobExecutionsForThingRequest.Builder namespaceId​(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 in public preview.

        Parameters:
        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 in public preview.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListJobExecutionsForThingRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per request.

        Parameters:
        maxResults - The maximum number of results to be returned per request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobExecutionsForThingRequest.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results.

        Parameters:
        nextToken - The token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        ListJobExecutionsForThingRequest.Builder jobId​(String jobId)

        The unique identifier you assigned to this job when it was created.

        Parameters:
        jobId - The unique identifier you assigned to this job when it was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.