Uses of Interface
software.amazon.awssdk.services.sfn.model.SfnException.Builder
-
Packages that use SfnException.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of SfnException.Builder in software.amazon.awssdk.services.sfn.model
Classes in software.amazon.awssdk.services.sfn.model that implement SfnException.Builder Modifier and Type Class Description protected static classSfnException.BuilderImplMethods in software.amazon.awssdk.services.sfn.model that return SfnException.Builder Modifier and Type Method Description SfnException.BuilderSfnException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SfnException.BuilderSfnException. builder()SfnException.BuilderSfnException.Builder. cause(Throwable cause)SfnException.BuilderSfnException.Builder. message(String message)SfnException.BuilderSfnException.Builder. requestId(String requestId)SfnException.BuilderSfnException.Builder. statusCode(int statusCode)SfnException.BuilderSfnException. toBuilder()SfnException.BuilderSfnException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type SfnException.Builder Modifier and Type Method Description static Class<? extends SfnException.Builder>SfnException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.sfn.model with parameters of type SfnException.Builder Constructor Description SfnException(SfnException.Builder builder)
-