Uses of Interface
software.amazon.awssdk.services.batch.model.ServiceJobEvaluateOnExit.Builder
-
Packages that use ServiceJobEvaluateOnExit.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobEvaluateOnExit.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobEvaluateOnExit.Builder Modifier and Type Method Description ServiceJobEvaluateOnExit.BuilderServiceJobEvaluateOnExit.Builder. action(String action)The action to take if the service job exits with the specified condition.ServiceJobEvaluateOnExit.BuilderServiceJobEvaluateOnExit.Builder. action(ServiceJobRetryAction action)The action to take if the service job exits with the specified condition.static ServiceJobEvaluateOnExit.BuilderServiceJobEvaluateOnExit. builder()ServiceJobEvaluateOnExit.BuilderServiceJobEvaluateOnExit.Builder. onStatusReason(String onStatusReason)Contains a glob pattern to match against the StatusReason returned for a job.ServiceJobEvaluateOnExit.BuilderServiceJobEvaluateOnExit. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobEvaluateOnExit.Builder Modifier and Type Method Description static Class<? extends ServiceJobEvaluateOnExit.Builder>ServiceJobEvaluateOnExit. serializableBuilderClass()
-