Interface StartNextPendingJobExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartNextPendingJobExecutionRequest.Builder,StartNextPendingJobExecutionRequest>,IotJobsDataPlaneRequest.Builder,SdkBuilder<StartNextPendingJobExecutionRequest.Builder,StartNextPendingJobExecutionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartNextPendingJobExecutionRequest
public static interface StartNextPendingJobExecutionRequest.Builder extends IotJobsDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<StartNextPendingJobExecutionRequest.Builder,StartNextPendingJobExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartNextPendingJobExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartNextPendingJobExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartNextPendingJobExecutionRequest.BuilderstatusDetails(Map<String,String> statusDetails)A collection of name/value pairs that describe the status of the job execution.StartNextPendingJobExecutionRequest.BuilderstepTimeoutInMinutes(Long stepTimeoutInMinutes)Specifies the amount of time this device has to finish execution of this job.StartNextPendingJobExecutionRequest.BuilderthingName(String thingName)The name of the thing associated with the device.-
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.iotjobsdataplane.model.IotJobsDataPlaneRequest.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
StartNextPendingJobExecutionRequest.Builder thingName(String thingName)
The name of the thing associated with the device.
- Parameters:
thingName- The name of the thing associated with the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetails
StartNextPendingJobExecutionRequest.Builder statusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
The maximum length of the value in the name/value pair is 1,024 characters.
- Parameters:
statusDetails- A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.The maximum length of the value in the name/value pair is 1,024 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepTimeoutInMinutes
StartNextPendingJobExecutionRequest.Builder stepTimeoutInMinutes(Long stepTimeoutInMinutes)
Specifies the amount of time this device has to finish execution of this job. If the job execution status is not set to a terminal state before this timer expires, or before the timer is reset (by calling
UpdateJobExecution, setting the status toIN_PROGRESS, and specifying a new timeout value in fieldstepTimeoutInMinutes) the job execution status will be automatically set toTIMED_OUT. Note that setting the step timeout has no effect on the in progress timeout that may have been specified when the job was created (CreateJobusing fieldtimeoutConfig).Valid values for this parameter range from 1 to 10080 (1 minute to 7 days).
- Parameters:
stepTimeoutInMinutes- Specifies the amount of time this device has to finish execution of this job. If the job execution status is not set to a terminal state before this timer expires, or before the timer is reset (by callingUpdateJobExecution, setting the status toIN_PROGRESS, and specifying a new timeout value in fieldstepTimeoutInMinutes) the job execution status will be automatically set toTIMED_OUT. Note that setting the step timeout has no effect on the in progress timeout that may have been specified when the job was created (CreateJobusing fieldtimeoutConfig).Valid values for this parameter range from 1 to 10080 (1 minute to 7 days).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartNextPendingJobExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartNextPendingJobExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-