public static interface IoTJobAbortConfig.Builder extends SdkPojo, CopyableBuilder<IoTJobAbortConfig.Builder,IoTJobAbortConfig>
| Modifier and Type | Method and Description |
|---|---|
IoTJobAbortConfig.Builder |
criteriaList(Collection<IoTJobAbortCriteria> criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
|
IoTJobAbortConfig.Builder |
criteriaList(Consumer<IoTJobAbortCriteria.Builder>... criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
|
IoTJobAbortConfig.Builder |
criteriaList(IoTJobAbortCriteria... criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIoTJobAbortConfig.Builder criteriaList(Collection<IoTJobAbortCriteria> criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
criteriaList - The list of criteria that define when and how to cancel the configuration deployment.IoTJobAbortConfig.Builder criteriaList(IoTJobAbortCriteria... criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
criteriaList - The list of criteria that define when and how to cancel the configuration deployment.IoTJobAbortConfig.Builder criteriaList(Consumer<IoTJobAbortCriteria.Builder>... criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
This is a convenience method that creates an instance of theIoTJobAbortCriteria.Builder avoiding the need to
create one manually via
IoTJobAbortCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #criteriaList(List.
criteriaList - a consumer that will call methods on
IoTJobAbortCriteria.Builder#criteriaList(java.util.Collection) Copyright © 2023. All rights reserved.