Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.ErrorInfo.Builder
-
Packages that use ErrorInfo.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of ErrorInfo.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return ErrorInfo.Builder Modifier and Type Method Description static ErrorInfo.BuilderErrorInfo. builder()ErrorInfo.BuilderErrorInfo.Builder. errorString(String errorString)Sets the value of the ErrorString property for this object.ErrorInfo.BuilderErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type ErrorInfo.Builder Modifier and Type Method Description static Class<? extends ErrorInfo.Builder>ErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type ErrorInfo.Builder Modifier and Type Method Description default OperationFailureDetails.BuilderOperationFailureDetails.Builder. errorInfo(Consumer<ErrorInfo.Builder> errorInfo)Sets the value of the ErrorInfo property for this object.
-