@Stability(value=Stable)
public static interface CfnJobTemplate.RetryCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.*;
RetryCriteriaProperty retryCriteriaProperty = RetryCriteriaProperty.builder()
.failureType("failureType")
.numberOfRetries(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobTemplate.RetryCriteriaProperty.Builder
A builder for
CfnJobTemplate.RetryCriteriaProperty |
static class |
CfnJobTemplate.RetryCriteriaProperty.Jsii$Proxy
An implementation for
CfnJobTemplate.RetryCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobTemplate.RetryCriteriaProperty.Builder |
builder() |
default String |
getFailureType()
The type of job execution failures that can initiate a job retry.
|
default Number |
getNumberOfRetries()
The number of retries allowed for a failure type for the job.
|
@Stability(value=Stable) @Nullable default String getFailureType()
@Stability(value=Stable) @Nullable default Number getNumberOfRetries()
@Stability(value=Stable) static CfnJobTemplate.RetryCriteriaProperty.Builder builder()
Copyright © 2023. All rights reserved.