Interface ListJobExecutionsForThingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListJobExecutionsForThingRequest.Builder,ListJobExecutionsForThingRequest>
,IotRequest.Builder
,SdkBuilder<ListJobExecutionsForThingRequest.Builder,ListJobExecutionsForThingRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListJobExecutionsForThingRequest
public static interface ListJobExecutionsForThingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListJobExecutionsForThingRequest.Builder,ListJobExecutionsForThingRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
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 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.
-
status
ListJobExecutionsForThingRequest.Builder status(String status)
An optional filter that lets you search for jobs that have the specified status.
- Parameters:
status
- An optional filter that lets you search for jobs that have the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobExecutionStatus
,JobExecutionStatus
-
status
ListJobExecutionsForThingRequest.Builder status(JobExecutionStatus status)
An optional filter that lets you search for jobs that have the specified status.
- Parameters:
status
- An optional filter that lets you search for jobs that have the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobExecutionStatus
,JobExecutionStatus
-
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 only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.- 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 only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.- 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.
-
overrideConfiguration
ListJobExecutionsForThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobExecutionsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-