Uses of Interface
software.amazon.awssdk.services.ivs.model.BatchError.Builder
-
Packages that use BatchError.Builder Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of BatchError.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return BatchError.Builder Modifier and Type Method Description BatchError.BuilderBatchError.Builder. arn(String arn)Channel ARN.static BatchError.BuilderBatchError. builder()BatchError.BuilderBatchError.Builder. code(String code)Error code.BatchError.BuilderBatchError.Builder. message(String message)Error message, determined by the application.BatchError.BuilderBatchError. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type BatchError.Builder Modifier and Type Method Description static Class<? extends BatchError.Builder>BatchError. serializableBuilderClass()
-