Uses of Interface
software.amazon.awssdk.services.frauddetector.model.BatchCreateVariableError.Builder
-
Packages that use BatchCreateVariableError.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchCreateVariableError.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return BatchCreateVariableError.Builder Modifier and Type Method Description static BatchCreateVariableError.BuilderBatchCreateVariableError. builder()BatchCreateVariableError.BuilderBatchCreateVariableError.Builder. code(Integer code)The error code.BatchCreateVariableError.BuilderBatchCreateVariableError.Builder. message(String message)The error message.BatchCreateVariableError.BuilderBatchCreateVariableError.Builder. name(String name)The name.BatchCreateVariableError.BuilderBatchCreateVariableError. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchCreateVariableError.Builder Modifier and Type Method Description static Class<? extends BatchCreateVariableError.Builder>BatchCreateVariableError. serializableBuilderClass()
-