Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotJobErrorInfo.Builder
-
Packages that use SnapshotJobErrorInfo.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotJobErrorInfo.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotJobErrorInfo.Builder Modifier and Type Method Description static SnapshotJobErrorInfo.BuilderSnapshotJobErrorInfo. builder()SnapshotJobErrorInfo.BuilderSnapshotJobErrorInfo.Builder. errorMessage(String errorMessage)The error message.SnapshotJobErrorInfo.BuilderSnapshotJobErrorInfo.Builder. errorType(String errorType)The error type.SnapshotJobErrorInfo.BuilderSnapshotJobErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotJobErrorInfo.Builder Modifier and Type Method Description static Class<? extends SnapshotJobErrorInfo.Builder>SnapshotJobErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotJobErrorInfo.Builder Modifier and Type Method Description default DescribeDashboardSnapshotJobResultResponse.BuilderDescribeDashboardSnapshotJobResultResponse.Builder. errorInfo(Consumer<SnapshotJobErrorInfo.Builder> errorInfo)Displays information for the error that caused a job to fail.
-