Uses of Interface
software.amazon.awssdk.services.iot.model.AbortConfig.Builder
-
Packages that use AbortConfig.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AbortConfig.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AbortConfig.Builder Modifier and Type Method Description static AbortConfig.BuilderAbortConfig. builder()AbortConfig.BuilderAbortConfig.Builder. criteriaList(Collection<AbortCriteria> criteriaList)The list of criteria that determine when and how to abort the job.AbortConfig.BuilderAbortConfig.Builder. criteriaList(Consumer<AbortCriteria.Builder>... criteriaList)The list of criteria that determine when and how to abort the job.AbortConfig.BuilderAbortConfig.Builder. criteriaList(AbortCriteria... criteriaList)The list of criteria that determine when and how to abort the job.AbortConfig.BuilderAbortConfig. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AbortConfig.Builder Modifier and Type Method Description static Class<? extends AbortConfig.Builder>AbortConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AbortConfig.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. abortConfig(Consumer<AbortConfig.Builder> abortConfig)Allows you to create the criteria to abort a job.default CreateJobTemplateRequest.BuilderCreateJobTemplateRequest.Builder. abortConfig(Consumer<AbortConfig.Builder> abortConfig)Sets the value of the AbortConfig property for this object.default DescribeJobTemplateResponse.BuilderDescribeJobTemplateResponse.Builder. abortConfig(Consumer<AbortConfig.Builder> abortConfig)Sets the value of the AbortConfig property for this object.default Job.BuilderJob.Builder. abortConfig(Consumer<AbortConfig.Builder> abortConfig)Configuration for criteria to abort the job.default UpdateJobRequest.BuilderUpdateJobRequest.Builder. abortConfig(Consumer<AbortConfig.Builder> abortConfig)Allows you to create criteria to abort a job.
-