Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.IoTJobAbortConfig.Builder
-
Packages that use IoTJobAbortConfig.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of IoTJobAbortConfig.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return IoTJobAbortConfig.Builder Modifier and Type Method Description static IoTJobAbortConfig.BuilderIoTJobAbortConfig. builder()IoTJobAbortConfig.BuilderIoTJobAbortConfig.Builder. criteriaList(Collection<IoTJobAbortCriteria> criteriaList)The list of criteria that define when and how to cancel the configuration deployment.IoTJobAbortConfig.BuilderIoTJobAbortConfig.Builder. criteriaList(Consumer<IoTJobAbortCriteria.Builder>... criteriaList)The list of criteria that define when and how to cancel the configuration deployment.IoTJobAbortConfig.BuilderIoTJobAbortConfig.Builder. criteriaList(IoTJobAbortCriteria... criteriaList)The list of criteria that define when and how to cancel the configuration deployment.IoTJobAbortConfig.BuilderIoTJobAbortConfig. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type IoTJobAbortConfig.Builder Modifier and Type Method Description static Class<? extends IoTJobAbortConfig.Builder>IoTJobAbortConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type IoTJobAbortConfig.Builder Modifier and Type Method Description default DeploymentIoTJobConfiguration.BuilderDeploymentIoTJobConfiguration.Builder. abortConfig(Consumer<IoTJobAbortConfig.Builder> abortConfig)The stop configuration for the job.
-